Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
LayerContainerIfaceImpl Class Reference

Provides methods of base container for forward layers. More...

Public Member Functions

def setupCompute
 
def resetCompute
 
def allocateInput
 
def initializeInput
 

Detailed Description

This class is associated with the daal.algorithms.neural_networks.layers.forward.LayerContainerIfaceImpl class

Deprecated:
This item will be removed in a future release.

Member Function Documentation

def allocateInput (   self)

Allocates weights and biases tensors if they exist

Deprecated:
This item will be removed in a future release.
def initializeInput (   self)

Initializes values of weights and biases

Deprecated:
This item will be removed in a future release.
def resetCompute (   self)

resetCompute(LayerContainerIfaceImpl self) -> Status

def setupCompute (   self)
Deprecated:
This item will be removed in a future release.

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.