Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that computes the results of the 2D transposed convolution layer in the batch processing mode. More...
TransposedConv2dBackwardBatch | ( | DaalContext | context, |
TransposedConv2dBackwardBatch | other | ||
) |
Constructs the backward 2D transposed convolution layer by copying input objects of backward 2D transposed convolution layer
context | Context to manage the backward 2D transposed convolution layer |
other | A backward 2D transposed convolution layer to be used as the source to initialize the input objects of the backward 2D transposed convolution layer |
TransposedConv2dBackwardBatch | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
TransposedConv2dMethod | method | ||
) |
Constructs the backward 2D transposed convolution layer
context | Context to manage the backward 2D transposed convolution layer |
cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
method | The layer computation method, TransposedConv2dMethod |
TransposedConv2dBackwardBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated backward 2D transposed convolution layer with a copy of input objects of this backward 2D transposed convolution layer
context | Context to manage the layer |
TransposedConv2dBackwardResult compute | ( | ) |
Computes the result of the backward 2D transposed convolution layer
TransposedConv2dBackwardInput getLayerInput | ( | ) |
Returns the structure that contains input object of the backward layer
TransposedConv2dParameter getLayerParameter | ( | ) |
Returns the structure that contains parameters of the backward layer
TransposedConv2dBackwardResult getLayerResult | ( | ) |
Returns the structure that contains result of the backward layer
void setResult | ( | TransposedConv2dBackwardResult | result | ) |
Registers user-allocated memory to store the result of the backward 2D transposed convolution layer
result | Structure to store the result of the backward 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.