CoreFlow 1.0.0
A modern orchestration and execution runtime
|
Input parameters for a deconvolution operation. More...
#include <vx_khr_nn.h>
Public Attributes | |
vx_size | padding_x |
Number of elements subtracted at each side in the x dimension of the output. | |
vx_size | padding_y |
Number of elements subtracted at each side in the y dimension of the output. | |
vx_enum | overflow_policy |
A VX_TYPE_ENUM of the vx_convert_policy_e enumeration. | |
vx_enum | rounding_policy |
A VX_TYPE_ENUM of the vx_round_policy_e enumeration. | |
vx_size | a_x |
user-specified quantity used to distinguish between the \(upscale_x\) different possible output sizes. | |
vx_size | a_y |
user-specified quantity used to distinguish between the \(upscale_y\) different possible output sizes. | |
Input parameters for a deconvolution operation.
vx_size _vx_nn_deconvolution_params_t::a_x |
user-specified quantity used to distinguish between the \(upscale_x\) different possible output sizes.
vx_size _vx_nn_deconvolution_params_t::a_y |
user-specified quantity used to distinguish between the \(upscale_y\) different possible output sizes.
vx_enum _vx_nn_deconvolution_params_t::overflow_policy |
A VX_TYPE_ENUM
of the vx_convert_policy_e
enumeration.
vx_size _vx_nn_deconvolution_params_t::padding_x |
Number of elements subtracted at each side in the x dimension of the output.
vx_size _vx_nn_deconvolution_params_t::padding_y |
Number of elements subtracted at each side in the y dimension of the output.
vx_enum _vx_nn_deconvolution_params_t::rounding_policy |
A VX_TYPE_ENUM
of the vx_round_policy_e
enumeration.