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

List of all members

Data structure representing the dimension for convolution kernels. More...

Class Constructor

◆ Pooling3dIndices()

Pooling3dIndices ( long  first,
long  second,
long  third 
)

Constructs Indices with parameters

Parameters
firstThe first dimension for convolution kernels
secondThe second dimension for convolution kernels
thirdThe third dimension for convolution kernels

Detailed Description

Member Function Documentation

◆ getSize()

long [] getSize ( )

Gets the array of dimensions for convolution kernels

Returns
Array of dimensions for convolution kernels

◆ setSize()

void setSize ( long  first,
long  second,
long  third 
)

Sets the array of dimensions for convolution kernels

Parameters
firstThe first dimension for convolution kernels
secondThe second dimension for convolution kernels
thirdThe third dimension for convolution kernels

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

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