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

List of all members

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

Class Constructor

LocallyConnected2dKernelSizes ( long  first,
long  second 
)

Constructs LocallyConnected2dKernelSizes 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.