Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Class defining descriptor for layer on forward stage. More...
Public Member Functions | |
def | __init__ |
def | index |
def | addNext |
def | layer |
def | nextLayers |
def __init__ | ( | self, | |
args | |||
) |
Constructs an empty layer descriptor with zero index
Constructs a layer descriptor from the provided layer object and an index to be assigned to this object, and the collection of indices of the layers following the current layer in the network
index_ | Index of the neural network layer |
layer_ | Neural network layer |
nextLayers_ | Layers following the current layer in the network |
Constructs a layer descriptor from the provided layer object and an index to be assigned to this object
index_ | Index of the neural network layer |
layer_ | Neural network layer |
Constructor
def addNext | ( | self, | |
index | |||
) |
Adds index of a layer to the list of next layers
index | Index to add |
def index | ( | self | ) |
Access to the index of the layer in the network
def layer | ( | self | ) |
Access to the layer in the network
def nextLayers | ( | self | ) |
Access to the collection of indices of the layers following the current layer in the network
For more complete information about compiler optimizations, see our Optimization Notice.