Home
last modified time | relevance | path

Searched defs:weights_feature_data (Results 1 – 5 of 5) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/
Dtest_arm_svdf_state_s16_s8.c59 const int8_t *weights_feature_data = svdf_weights_feature; in svdf_arm_svdf_state_s16_s8() local
145 const int8_t *weights_feature_data = svdf_1_weights_feature; in svdf_1_arm_svdf_state_s16_s8() local
230 const int8_t *weights_feature_data = svdf_2_weights_feature; in svdf_2_arm_svdf_state_s16_s8() local
315 const int8_t *weights_feature_data = svdf_3_weights_feature; in svdf_3_arm_svdf_state_s16_s8() local
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/
Dtest_arm_svdf_s8.c45 const int8_t *weights_feature_data = svdf_int8_weights_feature; in svdf_int8_arm_svdf_s8() local
160 const int8_t *weights_feature_data = svdf_int8_2_weights_feature; in svdf_int8_2_arm_svdf_s8() local
/cmsis-nn-latest/Source/SVDFunctions/
Darm_svdf_state_s16_s8.c60 const int8_t *weights_feature_data, in arm_svdf_state_s16_s8()
Darm_svdf_s8.c61 const int8_t *weights_feature_data, in arm_svdf_s8()
/cmsis-nn-latest/Tests/UnitTest/
Dtest_settings.py507 weights_feature_data=None, argument