Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Tests/UnitTest/
Dmodel_extractor.py174 def extract_from_model(self, json_file, tensor_details): argument
176 with open(json_file, 'r') as in_file:
298 json_file = self.tflite_to_json(self.tflite_model, self.schema_file)
299 self.extract_from_model(json_file, tensor_details)