Searched refs:batches (Results 1 – 4 of 4) sorted by relevance
/cmsis-nn-3.6.0-3.5.0/Tests/UnitTest/TestCases/Common/ |
D | svdf_s8_weights_template.json | 14 batches, 89 batches, 108 batches,
|
D | svdf_template.json | 14 batches, 89 batches, 108 batches,
|
/cmsis-nn-3.6.0-3.5.0/Tests/UnitTest/ |
D | generate_test_data.py | 123 batches=1, argument 167 self.batches = batches 286 input_shape = [self.batches, self.y_input, self.x_input, self.input_ch] 365 self.batches)) 369 f.write("#define {}_INPUT_BATCHES {}\n".format(prefix, self.batches)) 462 representative_dataset_shape = (self.batches, self.y_input, self.x_input, self.input_ch) 589 batches=1, argument 616 batches, 698 input_shape = (self.batches, self.y_input, self.x_input, self.input_ch) 699 model.add(tf.keras.layers.InputLayer(input_shape=input_shape[1:], batch_size=self.batches)) [all …]
|
D | model_extractor.py | 104 … self.x_output * self.y_output * self.output_ch * self.batches)) 131 f.write("#define {}_INPUT_BATCHES {}\n".format(prefix, self.batches)) 153 [self.batches, self.y_input, self.x_input, self.input_ch] = input_shape 157 [self.batches, self.input_ch] = input_shape
|