Contains classes for neural network weights and biases initializers.
More...
|
class | InitializerContainerIface |
| Class that specifies interfaces of implementations of the neural network weights and biases initializer. More...
|
|
class | InitializerIface |
| Class representing a neural network weights and biases initializer. More...
|
|
class | Parameter |
|
class | Input |
| Input objects for initializer algorithm More...
|
|
class | Result |
| Provides methods to access the result obtained with the compute() method of the neural network weights and biases initializer. More...
|
|
Available identifiers of input objects for neural network weights and biases initializer
Enumerator |
---|
data |
Input data
|
Available identifiers of results for the neural network weights and biases initializer
Enumerator |
---|
value |
Tensor to store the result
|