Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods for the backward loss layer in the batch processing mode. More...
Public Member Functions | |
| def | clone |
Public Member Functions inherited from LayerIface | |
| def | getLayerResult |
| def | getLayerInput |
| def | getLayerParameter |
| def | clone |
| def | allocateResult |
| def | addInput |
Public Member Functions inherited from AlgorithmImpl | |
| def | computeNoThrow |
| def | compute |
| def | checkComputeParams |
| def | checkResult |
| def | setupCompute |
| def | resetCompute |
| def | enableResetOnCompute |
| def | hostApp |
| def | setHostApp |
Public Member Functions inherited from Algorithm | |
| def | checkComputeParams |
| def | getBaseParameter |
Public Member Functions inherited from AlgorithmIfaceImpl | |
| def | enableChecks |
| def | isChecksEnabled |
Public Member Functions inherited from AlgorithmIface | |
| def | checkComputeParams |
| def | checkResult |
| def | getMethod |
| fptype | Data type to use in intermediate computations for the backward loss layer, double or float |
| def clone | ( | self | ) |
Returns a pointer to a newly allocated backward loss layer with a copy of the input objects and parameters for this backward loss layer in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.