Home
last modified time | relevance | path

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

/test/mlts/benchmark/tools/
Dtensor_utils.py67 def __init__(self, tflite_model_json_path='/tmp'): argument
68 with open(tflite_model_json_path, 'rb') as f: