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

Public Member Functions | List of all members
Input Class Reference

Input objects of the neural network training algorithm. More...

Public Member Functions

def __init__
 
def getInput
 
def getInputCollection
 
def setInput
 
def setInputCollection
 
def add
 
def check
 
- Public Member Functions inherited from Input
def __init__
 
def check
 
- Public Member Functions inherited from Argument
def __init__
 
def __lshift__
 
def size
 

Detailed Description

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Variant 1
Deprecated:
This item will be removed in a future release.

Variant 2
Deprecated:
This item will be removed in a future release.

Member Function Documentation

def add (   self,
  id,
  key,
  value 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
keyKey to use to retrieve data
valuePointer to the input object
Deprecated:
This item will be removed in a future release.
def check (   self,
  par,
  method 
)

Checks input object for the neural network algorithm

Parameters
parAlgorithm parameter
methodComputatiom method
Returns
Status of computations
Deprecated:
This item will be removed in a future release.
def getInput (   self,
  id 
)

Returns input object for the neural network training algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
Deprecated:
This item will be removed in a future release.
def getInputCollection (   self,
  args 
)

Variant 1

Returns input object for the neural network training algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
Deprecated:
This item will be removed in a future release.

Variant 2

Returns input object for the neural network training algorithm

Parameters
idIdentifier of the input object
keyKey to use to retrieve data
Returns
Input object that corresponds to the given identifier
Deprecated:
This item will be removed in a future release.
def setInput (   self,
  id,
  value 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
valuePointer to the input object
Deprecated:
This item will be removed in a future release.
def setInputCollection (   self,
  id,
  value 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
valuePointer to the input object
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.