Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Data structure representing the sizes of the two-dimensional kernel subtensor for the backward 2D transposed convolution layer and results for the forward 2D transposed convolution layer. More...
| TransposedConv2dKernelSize | ( | long | first, |
| long | second | ||
| ) |
Constructs TransposedConv2dKernelSize 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.