Searched refs:weights_time_data (Results 1 – 7 of 7) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/ |
D | test_arm_svdf_state_s16_s8.c | 60 const int16_t *weights_time_data = svdf_weights_time; in svdf_arm_svdf_state_s16_s8() local 114 weights_time_data, in svdf_arm_svdf_state_s16_s8() 146 const int16_t *weights_time_data = svdf_1_weights_time; in svdf_1_arm_svdf_state_s16_s8() local 199 weights_time_data, in svdf_1_arm_svdf_state_s16_s8() 231 const int16_t *weights_time_data = svdf_2_weights_time; in svdf_2_arm_svdf_state_s16_s8() local 284 weights_time_data, in svdf_2_arm_svdf_state_s16_s8() 316 const int16_t *weights_time_data = svdf_3_weights_time; in svdf_3_arm_svdf_state_s16_s8() local 369 weights_time_data, in svdf_3_arm_svdf_state_s16_s8()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/ |
D | test_arm_svdf_s8.c | 46 const int8_t *weights_time_data = svdf_int8_weights_time; in svdf_int8_arm_svdf_s8() local 113 weights_time_data, in svdf_int8_arm_svdf_s8() 161 const int8_t *weights_time_data = svdf_int8_2_weights_time; in svdf_int8_2_arm_svdf_s8() local 224 weights_time_data, in svdf_int8_2_arm_svdf_s8()
|
/cmsis-nn-latest/Source/SVDFunctions/ |
D | arm_svdf_state_s16_s8.c | 62 const int16_t *weights_time_data, in arm_svdf_state_s16_s8() argument 138 const int16_t *v1 = weights_time_data; in arm_svdf_state_s16_s8()
|
D | arm_svdf_s8.c | 63 const int8_t *weights_time_data, in arm_svdf_s8() argument 151 const int8_t *v1 = weights_time_data; in arm_svdf_s8()
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | svdf_settings.py | 176 weights_time_data = tf.reshape(time_data, [self.number_filters, self.memory_size]) 178 weights_time_data = self.get_randomized_data([self.number_filters, self.memory_size], 193 weights_time_data,
|
D | test_settings.py | 508 weights_time_data=None, argument 529 if weights_time_data is not None: 532 … data["buffers"][w_2_buffer_index]["data"] = self.to_bytes(weights_time_data.numpy().ravel(), 1) 534 … data["buffers"][w_2_buffer_index]["data"] = self.to_bytes(weights_time_data.numpy().ravel(), 2)
|
/cmsis-nn-latest/Include/ |
D | arm_nnfunctions.h | 2436 const int8_t *weights_time_data, 2484 const int16_t *weights_time_data,
|