Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

List of all members
TrainingInput Class Reference

Input object for the training layer More...

Detailed Description

Member Function Documentation

void add ( TrainingInputCollectionId  id,
int  key,
Tensor  val 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
keyKey to use to retrieve data
valValue of the input object
Tensor get ( TrainingInputId  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

Returns input object for the neural network training algorithm

Parameters
idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
Tensor get ( TrainingInputCollectionId  id,
int  key 
)

Returns input object for the neural network training algorithm

Parameters
idIdentifier of the result
keyKey to use to retrieve data
Returns
Result that corresponds to the given identifier
void set ( TrainingInputId  id,
Tensor  val 
)

Sets input object for the neural network training algorithm

Parameters
idIdentifier of the input object
valValue of the input object

Sets input object for the neural network training algorithm

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