|
SHL 2.2.x
|
#include <csinn_data_structure.h>
Public Attributes | |
| struct csinn_params_base | base |
| float * | scales |
| int32_t * | scale_multipliers |
| int32_t * | scale_shifts |
| int32_t | scales_num |
| float * | ratios |
| int32_t * | ratio_multipliers |
| int32_t * | ratio_shifts |
| int32_t | ratios_num |
| int32_t | feature_stride |
| float | threshold |
| int32_t | threshold_multiplier |
| int32_t | threshold_shift |
| int | rpn_pre_nms_top_n |
| int | rpn_post_nms_top_n |
| int | rpn_min_size |
| bool | iou_loss |
CSI-NN proposal params
| struct csinn_params_base csinn_proposal_params::base |
The basic information of the operator
| float* csinn_proposal_params::scales |
The scale parameter used for proposal calculation
| int32_t* csinn_proposal_params::scale_multipliers |
The multiplier used for fixed-point calculation
| int32_t* csinn_proposal_params::scale_shifts |
The number of shifts used in the fixed-point calculation
| int32_t csinn_proposal_params::scales_num |
The number of scale parameters
| float* csinn_proposal_params::ratios |
The ratio parameter used for proposal calculation
| int32_t* csinn_proposal_params::ratio_multipliers |
The multiplier used for fixed-point calculation
| int32_t* csinn_proposal_params::ratio_shifts |
The number of shifts used in the fixed-point calculation
| int32_t csinn_proposal_params::ratios_num |
Mumber of ratio parameters
| int32_t csinn_proposal_params::feature_stride |
Feature step
| float csinn_proposal_params::threshold |
The threshold parameter used for proposal calculation
| int32_t csinn_proposal_params::threshold_multiplier |
The multiplier used for fixed-point calculation
| int32_t csinn_proposal_params::threshold_shift |
The number of shifts used in the fixed-point calculation
| int csinn_proposal_params::rpn_pre_nms_top_n |
nms post-processing top
| int csinn_proposal_params::rpn_post_nms_top_n |
nms pre-processing top
| int csinn_proposal_params::rpn_min_size |
rpn minimum
| bool csinn_proposal_params::iou_loss |
iou loss