Searched refs:output_fpath (Results 1 – 1 of 1) sorted by relevance
151 def convert_keras_to_tflite(output_fpath, keras_model, quantize, dtype, bias_dtype, shape): argument182 output_fpath.parent.mkdir(parents=True, exist_ok=True)183 with output_fpath.open("wb") as f: