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

List of all members

Data structure representing the sizes of the two-dimensional kernel subtensor for the backward 2D convolution layer and results for the forward 2D convolution layer. More...

Class Constructor

Convolution2dKernelSize ( long  first,
long  second 
)

Constructs Convolution2dKernelSize with parameters

Parameters
firstThe first size of the two-dimensional kernel subtensor
secondThe second size of the two-dimensional kernel subtensor

Detailed Description

Member Function Documentation

long [] getSize ( )

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

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

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

Parameters
firstThe first size of the two-dimensional kernel subtensor
secondThe second size of the two-dimensional kernel subtensor

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

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