Searched refs:tflite_model_json_path (Results 1 – 1 of 1) sorted by relevance
35 def __init__(self, tflite_model_json_path='/tmp'): argument36 with open(tflite_model_json_path, 'rb') as f: