rml_op_conv_2d_transpose_params
Parameters for the RML_OP_CONV_2D_TRANSPOSE operation.
API
Graph Manipulation
Items
Name |
Type |
Description |
---|---|---|
input |
Operation that outputs tensor with input data. |
|
weights |
Constant operation that outputs tensor with the filter weights. |
|
padding_type |
Padding calculation algorithm. |
|
strides |
Stride along each spatial axis. |
|
dilations |
Dilation value along each spatial axis of the kernel. |
|
start_paddings |
Number of pixels added to the beginning of the each spatial axis. |
|
end_paddings |
Number of pixels added to the end of the each spatial axis. |
|
num_groups |
uint32_t |
Number of groups input channels and output channels are divided into. |
output_shape |
The shape of the output tensor. |
|
output_paddings |
The zero-padding added to one side of the output. |