NeuralNetworkContext
Context for the DSL to define the data type and operations.
This class holds the information about the data type and operations that should be used in the DSL. It's used to make the DSL generic and to avoid hardcoding the data type.
Parameters
T
The default data type.