Home
last modified time | relevance | path

Searched defs:weights_time_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.c60 const int16_t *weights_time_data = svdf_weights_time; in svdf_arm_svdf_state_s16_s8() local
146 const int16_t *weights_time_data = svdf_1_weights_time; in svdf_1_arm_svdf_state_s16_s8() local
231 const int16_t *weights_time_data = svdf_2_weights_time; in svdf_2_arm_svdf_state_s16_s8() local
316 const int16_t *weights_time_data = svdf_3_weights_time; in svdf_3_arm_svdf_state_s16_s8() local
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/
Dtest_arm_svdf_s8.c46 const int8_t *weights_time_data = svdf_int8_weights_time; in svdf_int8_arm_svdf_s8() local
161 const int8_t *weights_time_data = svdf_int8_2_weights_time; in svdf_int8_2_arm_svdf_s8() local
/cmsis-nn-latest/Source/SVDFunctions/
Darm_svdf_state_s16_s8.c62 const int16_t *weights_time_data, in arm_svdf_state_s16_s8()
Darm_svdf_s8.c63 const int8_t *weights_time_data, in arm_svdf_s8()
/cmsis-nn-latest/Tests/UnitTest/
Dtest_settings.py508 weights_time_data=None, argument