Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Input objects for the backward reshape layer More...
Public Member Functions | |
def | __init__ |
def | getLayerData |
def | set |
def | check |
![]() | |
def | __init__ |
Constructor. | |
def | getInput |
def | getInputLayerData |
def | setInput |
def | setInputLayerData |
def | addInputGradient |
def | setInputFromForward |
def | check |
def | getLayout |
![]() | |
def | __init__ |
Constructor. | |
![]() | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | __lshift__ |
def | size |
def __init__ | ( | self, | |
args | |||
) |
Default constructor
Copy constructor
def check | ( | self, | |
par, | |||
method | |||
) |
Checks input object for the backward reshape layer
par | Algorithm parameter |
method | Computation method |
def getLayerData | ( | self, | |
id | |||
) |
Returns an input object for the backward reshape layer
id | Identifier of the input object |
def set | ( | self, | |
id, | |||
value | |||
) |
Sets an input object for the backward reshape layer
id | Identifier of the input object |
value | Pointer to the object |
For more complete information about compiler optimizations, see our Optimization Notice.