Home
last modified time | relevance | path

Searched refs:ARM_CMSIS_NN_NO_IMPL_ERROR (Results 1 – 5 of 5) sorted by relevance

/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_nn_mat_mul_core_1x_s8.c147 return ARM_CMSIS_NN_NO_IMPL_ERROR; in arm_nn_mat_mul_core_1x_s8()
Darm_nn_depthwise_conv_nt_t_padded_s8.c170 return ARM_CMSIS_NN_NO_IMPL_ERROR; in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s8.c163 return ARM_CMSIS_NN_NO_IMPL_ERROR; in arm_nn_depthwise_conv_nt_t_s8()
/cmsis-nn-3.6.0-3.5.0/Include/
Darm_nn_types.h48 ARM_CMSIS_NN_NO_IMPL_ERROR = -2, /**< No implementation available */ enumerator
/cmsis-nn-3.6.0-3.5.0/Source/ConvolutionFunctions/
Darm_convolve_s8.c196 return ARM_CMSIS_NN_NO_IMPL_ERROR; in arm_convolve_s8()