Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class Model object for the prediction stage of neural network algorithm. More...
Public Member Functions | |
def | getNextLayers |
def | setWeightsAndBiases |
def | getWeightsAndBiases |
![]() | |
def | __init__ |
def | getSerializationTag |
![]() | |
def | serialize |
def | deserialize |
def | getSerializationTag |
![]() | |
def | __init__ |
def getNextLayers | ( | self | ) |
Returns list of connections between layers
def getWeightsAndBiases | ( | self | ) |
Returns table containing all neural network weights and biases
def setWeightsAndBiases | ( | self, | |
weightsAndBiases | |||
) |
Sets table containing all neural network weights and biases
weightsAndBiases | Table containing all neural network weights and biases |
For more complete information about compiler optimizations, see our Optimization Notice.