Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Data structure representing the sizes of the two-dimensional value subtensor for the backward 2D transposed convolution layer and results for the forward 2D transposed convolution layer. More...
TransposedConv2dValueSizes | ( | long | first, |
long | second | ||
) |
Constructs TransposedConv2dValueSizes with parameters
first | The first size of the two-dimensional value subtensor |
second | The second size of the two-dimensional value subtensor |
long [] getSize | ( | ) |
Gets the array of sizes of the two-dimensional value subtensor
void setSize | ( | long | first, |
long | second | ||
) |
Sets the the array of sizes of the two-dimensional value subtensor
first | The first size of the two-dimensional value subtensor |
second | The second size of the two-dimensional value subtensor |
For more complete information about compiler optimizations, see our Optimization Notice.