Home
last modified time | relevance | path

Searched refs:batches (Results 1 – 20 of 20) sorted by relevance

/cmsis-nn-latest/Tests/UnitTest/TestCases/Common/
Dsvdf_s8_weights_template.json14 batches,
89 batches,
108 batches,
Dsvdf_template.json14 batches,
89 batches,
108 batches,
Dfc_weights_template_null_bias.json15 batches,
56 batches,
Dfc_weights_template_null_bias_unpacked.json15 batches,
56 batches,
Dfc_weights_template.json15 batches,
75 batches,
Dfc_weights_template_unpacked.json15 batches,
75 batches,
Dconv2d_s4_weights_template.json15 batches,
69 batches,
Ddw_s4_weights_template.json15 batches,
64 batches,
/cmsis-nn-latest/Tests/UnitTest/
Dpooling_settings.py43 batches=1, argument
67 batches=batches,
89 input_shape = (self.batches, self.y_input, self.x_input, self.input_ch)
90 model.add(keras.layers.InputLayer(input_shape=input_shape[1:], batch_size=self.batches))
Dsvdf_settings.py31 batches=2, argument
73 self.batches = batches
82 self.input_sequence_length = self.number_inputs * self.input_size * self.batches
98 "batches": self.batches,
142 f.write("#define {}_DST_SIZE {}\n".format(prefix, self.number_units * self.batches))
145 f.write("#define {}_INPUT_BATCHES {}\n".format(prefix, self.batches))
237 start = i * self.input_size * self.batches
238 end = i * self.input_size * self.batches + self.input_size * self.batches
240 input_sequence = tf.reshape(input_sequence, [self.batches, self.input_size])
Dgenerate_test_data.py130 batches=2,
150 batches=2,
171 batches=3,
191 batches=2,
211 batches=2,
250 batches=2,
365 batches=2,
385 batches=2,
424 batches=3,
472 batches=2,
[all …]
Dlstm_settings.py33 batches=2, argument
62 self.batches = batches
99 input_dims = [self.batches, self.time_steps, self.number_inputs]
146 batch_size=self.batches,
161 shape = (self.time_steps, self.batches, self.number_inputs)
164 shape = (self.batches, self.time_steps, self.number_inputs)
371 f.write("#define {}_BUFFER_SIZE {}\n".format(prefix, self.batches * self.number_units))
372 f.write("#define {}_INPUT_BATCHES {}\n".format(prefix, self.batches))
373 …f.write("#define {}_DST_SIZE {}\n".format(prefix, self.batches * self.time_steps * self.number_uni…
Dfully_connected_settings.py44 batches=1, argument
79 batches,
100 "batches": batches,
149 fc_input_format = [self.batches, self.input_ch * self.x_input * self.y_input]
242 batch_size=self.batches))
Dtest_settings.py76 batches=1, argument
156 self.batches = batches
275 input_shape = [self.batches, self.y_input, self.x_input, self.input_ch]
354 prefix, self.x_output * self.y_output * self.output_ch * self.batches))
358 f.write("#define {}_INPUT_BATCHES {}\n".format(prefix, self.batches))
464 representative_dataset_shape = (self.batches, self.y_input, self.x_input, self.input_ch)
Dconv_settings.py46 batches=1, argument
78 batches,
274 "batches": self.batches,
335 input_shape = (self.batches, self.y_input, self.x_input, self.input_ch)
336 model.add(keras.layers.InputLayer(input_shape=input_shape[1:], batch_size=self.batches))
Dmodel_extractor.py100 … self.x_output * self.y_output * self.output_ch * self.batches))
127 f.write("#define {}_INPUT_BATCHES {}\n".format(prefix, self.batches))
149 [self.batches, self.y_input, self.x_input, self.input_ch] = input_shape
153 [self.batches, self.input_ch] = input_shape
Dadd_mul_settings.py60 batches=1,
148 … self.batches * self.y_input * self.x_input * self.input_ch))
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mul_result_acc_s16.c56 const int32_t batches, in arm_nn_vec_mat_mul_result_acc_s16() argument
62 for (int batch = 0; batch < batches; batch++) in arm_nn_vec_mat_mul_result_acc_s16()
Darm_nn_vec_mat_mul_result_acc_s8_s16.c51 const int32_t batches, in arm_nn_vec_mat_mul_result_acc_s8_s16() argument
55 for (int batch = 0; batch < batches; batch++) in arm_nn_vec_mat_mul_result_acc_s8_s16()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1844 const int32_t batches,
1874 const int32_t batches,