Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
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...
LocallyConnected2dKernelSizes | ( | long | first, |
long | second | ||
) |
Constructs LocallyConnected2dKernelSizes with parameters
first | The first size of the two-dimensional kernel subtensor |
second | The second size of the two-dimensional kernel subtensor |
long [] getSize | ( | ) |
Gets the 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
first | The first size of the two-dimensional kernel subtensor |
second | The second size of the two-dimensional kernel subtensor |
For more complete information about compiler optimizations, see our Optimization Notice.