Python* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods of base container for forward layers. More...
Public Member Functions | |
| def | setupCompute |
| def | resetCompute |
| def | allocateInput |
| def | initializeInput |
This class is associated with the daal.algorithms.neural_networks.layers.forward.LayerContainerIfaceImpl class
| def allocateInput | ( | self | ) |
Allocates weights and biases tensors if they exist
| def initializeInput | ( | self | ) |
Initializes values of weights and biases
| def resetCompute | ( | self | ) |
resetCompute(LayerContainerIfaceImpl self) -> Status
| def setupCompute | ( | self | ) |
For more complete information about compiler optimizations, see our Optimization Notice.