Searched refs:schema (Results 1 – 4 of 4) sorted by relevance
/cmsis-nn-latest/Tests/UnitTest/ |
D | README.md | 40 …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…
|
D | model_extractor.py | 65 def tflite_to_json(self, tflite_input, schema): argument 70 if schema is None:
|
D | test_settings.py | 544 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/ |
D | test.py | 85 …ert_json_to_tflite(json_template_fpath, json_output_fpath, data.tensors, replacements, args.schema)
|