Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
Batch Class Reference

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
 

Detailed Description

Parameters
fptypeData type to use in intermediate computations for the backward loss layer, double or float
Enumerations
  • backward.InputId Identifiers of input objects for the backward loss layer
  • backward.InputLayerDataId Identifiers of extra results computed by the forward loss layer
  • backward.ResultId Identifiers of result objects for the backward loss layer
References
Deprecated:
This item will be removed in a future release.

Member Function Documentation

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

Returns
Pointer to the newly allocated layer
Deprecated:
This item will be removed in a future release.

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.