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

List of all members

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

Class Constructor

Convolution2dIndices ( long  first,
long  second 
)

Constructs Convolution2dIndices with parameters

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

Detailed Description

Member Function Documentation

long [] getSize ( )

Gets the array of dimensions for convolution kernels

Returns
Array of dimensions for convolution kernels
void setSize ( long  first,
long  second 
)

Sets the array of dimensions for convolution kernels

Parameters
firstThe first dimension for convolution kernels
secondThe second 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.