Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Tests/UnitTest/TestCases/Common/
Dsvdf_s8_weights_template.json14 batches,
89 batches,
108 batches,
Dsvdf_template.json14 batches,
89 batches,
108 batches,
/cmsis-nn-3.6.0-3.5.0/Tests/UnitTest/
Dgenerate_test_data.py123 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 …]
Dmodel_extractor.py104 … 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