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

List of all members

Data structure representing the size of the three-dimensional subtensor. More...

Class Constructor

Pooling3dKernelSizes ( long  first,
long  second,
long  third 
)

Constructs KernelSizes with parameters

Parameters
firstSize of the first dimension of the three-dimensional subtensor
secondSize of the second dimension of the three-dimensional subtensor
thirdSize of the third dimension of the three-dimensional subtensor

Detailed Description

Member Function Documentation

long [] getSize ( )

Gets the array of sizes of the three-dimensional kernel subtensor

Returns
Array of sizes of the three-dimensional kernel subtensor
void setSize ( long  first,
long  second,
long  third 
)

Sets the the array of sizes of the three-dimensional kernel subtensor

Parameters
firstSize of the first dimension of the three-dimensional subtensor
secondSize of the second dimension of the three-dimensional subtensor
thirdSize of the third dimension of the three-dimensional subtensor

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

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