Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Input object for the forward 2D convolution layer More...
| Convolution2dForwardInput | ( | DaalContext | context, |
| long | cObject | ||
| ) |
Constructs the forward 2D convolution layer input
| context | Context to manage the forward 2D convolution layer input |
| cObject | Address of C++ forward input |
| long [] getBiasesSizes | ( | Convolution2dParameter | parameter | ) |
Returns dimensions of biases tensor
| parameter | Layer parameter |
| long [] getWeightsSizes | ( | Convolution2dParameter | parameter | ) |
Returns dimensions of weights tensor
| parameter | Layer parameter |
For more complete information about compiler optimizations, see our Optimization Notice.