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

Public Member Functions | List of all members
ModelImpl Class Reference

Class Model object for the prediction stage of neural network algorithm. More...

Public Member Functions

def getNextLayers
 
def setWeightsAndBiases
 
def getWeightsAndBiases
 
- Public Member Functions inherited from Model
def __init__
 
def getSerializationTag
 
- Public Member Functions inherited from SerializationIface
def serialize
 
def deserialize
 
def getSerializationTag
 
- Public Member Functions inherited from Base
def __init__
 

Detailed Description

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

Member Function Documentation

def getNextLayers (   self)

Returns list of connections between layers

Returns
List of next layers for each layer with corresponding index
Deprecated:
This item will be removed in a future release.
def getWeightsAndBiases (   self)

Returns table containing all neural network weights and biases

Returns
Table containing all neural network weights and biases
Deprecated:
This item will be removed in a future release.
def setWeightsAndBiases (   self,
  weightsAndBiases 
)

Sets table containing all neural network weights and biases

Parameters
weightsAndBiasesTable containing all neural network weights and biases
Returns
Status of computations
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.