Python* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Class defining descriptor for layer on both forward and backward stages and its parameters. More...
Public Member Functions | |
def | __init__ |
def | index |
def | addNext |
def | layer |
def | nextLayers |
def __init__ | ( | self, | |
args | |||
) |
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 |
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 |
def addNext | ( | self, | |
index | |||
) |
Adds index of a layer to the collection 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.