C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3

List of all members

Input objects for the backward average 3D pooling layer More...

Class Declaration

Constructor & Destructor Documentation

Input ( )

Default constructor

Input ( const Input other)

Copy constructor

Member Function Documentation

services::Status check ( const daal::algorithms::Parameter *  parameter,
int  method 
) const

Checks an input object for the backward average 3D pooling layer

Parameters
[in]parameterAlgorithm parameter
[in]methodComputation method
Returns
Status of computations
data_management::NumericTablePtr get ( LayerDataId  id) const

Returns an input object for backward average 3D pooling layer

Parameters
[in]idIdentifier of the input object
Returns
Input object that corresponds to the given identifier
void set ( LayerDataId  id,
const data_management::NumericTablePtr &  ptr 
)

Sets an input object for the backward average 3D pooling layer

Parameters
[in]idIdentifier of the input object
[in]ptrPointer to the object

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

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