Challenges and Solutions in Implementing Self-Referential Layers
Are there any issues with self-referential layers..? Currently I have a layer that looks like this:
This is because fnA uses a Schema
The schema is also returned from the module otherwise I could define it internally to the layer.
This is because fnA uses a Schema
Output that uses another fn in the same layer, LayerName.fnB.The schema is also returned from the module otherwise I could define it internally to the layer.
