CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
_vx_nn_deconvolution_params_t Struct Reference

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.
 

Detailed Description

Input parameters for a deconvolution operation.

Member Data Documentation

◆ a_x

vx_size _vx_nn_deconvolution_params_t::a_x

user-specified quantity used to distinguish between the \(upscale_x\) different possible output sizes.

◆ a_y

vx_size _vx_nn_deconvolution_params_t::a_y

user-specified quantity used to distinguish between the \(upscale_y\) different possible output sizes.

◆ overflow_policy

vx_enum _vx_nn_deconvolution_params_t::overflow_policy

A VX_TYPE_ENUM of the vx_convert_policy_e enumeration.

◆ padding_x

vx_size _vx_nn_deconvolution_params_t::padding_x

Number of elements subtracted at each side in the x dimension of the output.

◆ padding_y

vx_size _vx_nn_deconvolution_params_t::padding_y

Number of elements subtracted at each side in the y dimension of the output.

◆ rounding_policy

vx_enum _vx_nn_deconvolution_params_t::rounding_policy

A VX_TYPE_ENUM of the vx_round_policy_e enumeration.