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 networks prediction algorithm. More...

Public Member Functions

def __init__
 
def getTensorInput
 
def setTensorInput
 
def getModelInput
 
def setModelInput
 
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 
)

Member Function Documentation

def check (   self,
  par,
  method 
)

Checks input object for the neural networks algorithm

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

Returns input object for the neural networks prediction 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 getTensorInput (   self,
  id 
)

Returns input object for the neural networks prediction 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 setModelInput (   self,
  id,
  value 
)

Sets input object for the neural networks prediction algorithm

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

Sets input object for the neural networks prediction algorithm

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