Home
last modified time | relevance | path

Searched refs:activation (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nn_types.h89 cmsis_nn_activation activation; member
101 cmsis_nn_activation activation; member
108 cmsis_nn_activation activation; member
117 cmsis_nn_activation activation; member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_1x1_s8_fast.c82 const int32_t out_activation_min = conv_params->activation.min; in arm_convolve_1x1_s8_fast()
83 const int32_t out_activation_max = conv_params->activation.max; in arm_convolve_1x1_s8_fast()
164 conv_params->activation.min, in arm_convolve_1x1_s8_fast()
165 conv_params->activation.max); in arm_convolve_1x1_s8_fast()
Darm_depthwise_conv_s8.c268 dw_conv_params->activation.min, in arm_depthwise_conv_s8()
269 dw_conv_params->activation.max); in arm_depthwise_conv_s8()
295 dw_conv_params->activation.min, in arm_depthwise_conv_s8()
296 dw_conv_params->activation.max); in arm_depthwise_conv_s8()
Darm_convolve_1_x_n_s8.c83 const int32_t out_activation_min = conv_params->activation.min; in arm_convolve_1_x_n_s8()
84 const int32_t out_activation_max = conv_params->activation.max; in arm_convolve_1_x_n_s8()
Darm_depthwise_conv_3x3_s8.c81 const int32_t output_activation_min = dw_conv_params->activation.min; in arm_depthwise_conv_3x3_s8()
82 const int32_t output_activation_max = dw_conv_params->activation.max; in arm_depthwise_conv_3x3_s8()
Darm_convolve_s8.c83 const int32_t out_activation_min = conv_params->activation.min; in arm_convolve_s8()
84 const int32_t out_activation_max = conv_params->activation.max; in arm_convolve_s8()
Darm_depthwise_conv_s8_opt.c87 const int32_t output_activation_min = dw_conv_params->activation.min; in arm_depthwise_conv_s8_opt()
88 const int32_t output_activation_max = dw_conv_params->activation.max; in arm_depthwise_conv_s8_opt()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
Darm_avgpool_s8.c93 const int32_t act_min = pool_params->activation.min; in arm_avgpool_s8()
94 const int32_t act_max = pool_params->activation.max; in arm_avgpool_s8()
261 const int32_t act_min = pool_params->activation.min; in arm_avgpool_s8()
262 const int32_t act_max = pool_params->activation.max; in arm_avgpool_s8()
Darm_max_pool_s8.c180 const int32_t act_min = pool_params->activation.min; in arm_max_pool_s8()
181 const int32_t act_max = pool_params->activation.max; in arm_max_pool_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/
Darm_fully_connected_s8.c81 fc_params->activation.min, in arm_fully_connected_s8()
82 fc_params->activation.max); in arm_fully_connected_s8()