Searched refs:weights_feature_data (Results 1 – 7 of 7) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/ |
D | test_arm_svdf_s8.c | 45 const int8_t *weights_feature_data = svdf_int8_weights_feature; in svdf_int8_arm_svdf_s8() local 79 …arm_vector_sum_s8(kernel_sum_buf, input_dims.h, weights_feature_dims.n, weights_feature_data, 1, N… in svdf_int8_arm_svdf_s8() 111 weights_feature_data, in svdf_int8_arm_svdf_s8() 160 const int8_t *weights_feature_data = svdf_int8_2_weights_feature; in svdf_int8_2_arm_svdf_s8() local 194 …arm_vector_sum_s8(kernel_sum_buf, input_dims.h, weights_feature_dims.n, weights_feature_data, 1, N… in svdf_int8_2_arm_svdf_s8() 222 weights_feature_data, in svdf_int8_2_arm_svdf_s8()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/ |
D | test_arm_svdf_state_s16_s8.c | 59 const int8_t *weights_feature_data = svdf_weights_feature; in svdf_arm_svdf_state_s16_s8() local 112 weights_feature_data, in svdf_arm_svdf_state_s16_s8() 145 const int8_t *weights_feature_data = svdf_1_weights_feature; in svdf_1_arm_svdf_state_s16_s8() local 197 weights_feature_data, in svdf_1_arm_svdf_state_s16_s8() 230 const int8_t *weights_feature_data = svdf_2_weights_feature; in svdf_2_arm_svdf_state_s16_s8() local 282 weights_feature_data, in svdf_2_arm_svdf_state_s16_s8() 315 const int8_t *weights_feature_data = svdf_3_weights_feature; in svdf_3_arm_svdf_state_s16_s8() local 367 weights_feature_data, in svdf_3_arm_svdf_state_s16_s8()
|
/cmsis-nn-latest/Source/SVDFunctions/ |
D | arm_svdf_state_s16_s8.c | 60 const int8_t *weights_feature_data, in arm_svdf_state_s16_s8() argument 111 const int8_t *weight = weights_feature_data; in arm_svdf_state_s16_s8()
|
D | arm_svdf_s8.c | 61 const int8_t *weights_feature_data, in arm_svdf_s8() argument 124 weights_feature_data, in arm_svdf_s8()
|
/cmsis-nn-latest/Tests/UnitTest/ |
D | svdf_settings.py | 169 weights_feature_data = tf.reshape(weights, [self.number_filters, self.input_size]) 171 weights_feature_data = self.get_randomized_data([self.number_filters, self.input_size], 192 generated_json = self.generate_json_from_template(weights_feature_data,
|
D | test_settings.py | 507 weights_feature_data=None, argument 526 if weights_feature_data is not None: 528 … data["buffers"][w_1_buffer_index]["data"] = self.to_bytes(weights_feature_data.numpy().ravel(), 1)
|
/cmsis-nn-latest/Include/ |
D | arm_nnfunctions.h | 2434 const int8_t *weights_feature_data, 2482 const int8_t *weights_feature_data,
|