Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Class that computes the results of the forward 2D transposed convolution layer in the batch processing mode. More...
TransposedConv2dForwardBatch | ( | DaalContext | context, |
TransposedConv2dForwardBatch | other | ||
) |
Constructs the forward 2D transposed convolution layer by copying input objects of another forward 2D transposed convolution layer
context | Context to manage the forward 2D transposed convolution layer |
other | A forward 2D transposed convolution layer to be used as the source to initialize the input objects of the forward 2D transposed convolution layer |
TransposedConv2dForwardBatch | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
TransposedConv2dMethod | method | ||
) |
Constructs the forward 2D transposed convolution layer
context | Context to manage the layer |
cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
method | The layer computation method, TransposedConv2dMethod |
TransposedConv2dForwardBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated forward 2D transposed convolution layer with a copy of input objects of this forward 2D transposed convolution layer
context | Context to manage the layer |
TransposedConv2dForwardResult compute | ( | ) |
Computes the result of the forward 2D transposed convolution layer
TransposedConv2dForwardInput getLayerInput | ( | ) |
Returns the structure that contains input object of the forward layer
TransposedConv2dParameter getLayerParameter | ( | ) |
Returns the structure that contains parameters of the forward layer
TransposedConv2dForwardResult getLayerResult | ( | ) |
Returns the structure that contains result of the forward layer
void setResult | ( | TransposedConv2dForwardResult | result | ) |
Registers user-allocated memory to store the result of the forward 2D transposed convolution layer
result | Structure to store the result of the forward 2D transposed convolution layer |
Input data
TransposedConv2dMethod method |
Computation method for the layer
TransposedConv2dParameter parameter |
TransposedConv2dParameters of the layer
For more complete information about compiler optimizations, see our Optimization Notice.