I have my custom layer MyLayer which inherits from keras.layers.Layer.
MyLayer
keras.layers.Layer
Inside the Call function I want to grab the layer from w
Call