Home
last modified time | relevance | path

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

/cmsis-nn-latest/Tests/UnitTest/
DREADME.md40 …e as input for generating a model. To do so flatc compiler is needed and it requires a schema file.
42 #### Get flatc and schema
54 For schema file download [schema.fbs](https://raw.githubusercontent.com/tensorflow/tensorflow/maste…
Dmodel_extractor.py65 def tflite_to_json(self, tflite_input, schema): argument
70 if schema is None:
Dtest_settings.py544 def flatc_generate_tflite(self, json_input, schema): argument
546 if schema is None:
548 command = "{} -o {} -c -b {} {}".format(flatc, self.headers_dir, schema, json_input)
/cmsis-nn-latest/Tests/UnitTest/RefactoredTestGen/Lib/
Dtest.py85 …ert_json_to_tflite(json_template_fpath, json_output_fpath, data.tensors, replacements, args.schema)