Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5

Public Member Functions | List of all members
DistributedInput Class Reference

Input objects of the neural network training algorithm in the distributed processing mode. More...

Public Member Functions

def __init__
 
def getStep1LocalInput
 
def setStep1LocalInput
 
def check
 
- Public Member Functions inherited from Input
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

Aliases

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

__init__(daal.algorithms.neural_networks.training.DistributedInput<(daal.step1Local)> self, size_t nElements) -> DistributedInput

Member Function Documentation

def check (   self,
  par,
  method 
)

Checks input object for the neural network algorithm

Parameters
parAlgorithm parameter
methodComputatiom method
Returns
Status of computations
def getStep1LocalInput (   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
def setStep1LocalInput (   self,
  id,
  value 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
valuePointer to the input object

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

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