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

Input parameters for a convolution operation. More...

#include <vx_khr_nn.h>

Public Attributes

vx_size padding_x
 Number of elements added at each side in the x dimension of the input.
 
vx_size padding_y
 Number of elements added at each side in the y dimension of the input.
 
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_enum down_scale_size_rounding
 Rounding method for calculating output dimensions. See vx_nn_rounding_type_e
 
vx_size dilation_x
 “inflate” the kernel by inserting zeros between the kernel elements in the x direction. The value is the number of zeros to insert.
 
vx_size dilation_y
 “inflate” the kernel by inserting zeros between the kernel elements in the y direction. The value is the number of zeros to insert.
 

Detailed Description

Input parameters for a convolution operation.

Member Data Documentation

◆ dilation_x

vx_size _vx_nn_convolution_params_t::dilation_x

“inflate” the kernel by inserting zeros between the kernel elements in the x direction. The value is the number of zeros to insert.

◆ dilation_y

vx_size _vx_nn_convolution_params_t::dilation_y

“inflate” the kernel by inserting zeros between the kernel elements in the y direction. The value is the number of zeros to insert.

◆ down_scale_size_rounding

vx_enum _vx_nn_convolution_params_t::down_scale_size_rounding

Rounding method for calculating output dimensions. See vx_nn_rounding_type_e

◆ overflow_policy

vx_enum _vx_nn_convolution_params_t::overflow_policy

A VX_TYPE_ENUM of the vx_convert_policy_e enumeration.

◆ padding_x

vx_size _vx_nn_convolution_params_t::padding_x

Number of elements added at each side in the x dimension of the input.

◆ padding_y

vx_size _vx_nn_convolution_params_t::padding_y

Number of elements added at each side in the y dimension of the input.

◆ rounding_policy

vx_enum _vx_nn_convolution_params_t::rounding_policy

A VX_TYPE_ENUM of the vx_round_policy_e enumeration.