Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/
Dconvert.py272 debug_info_str=None, argument
302 input_data_str, debug_info_str,
313 debug_info_str)
321 debug_info_str=None): argument
372 debug_info_str = debug_info_str if debug_info_str else ""
381 if not isinstance(debug_info_str, bytes):
382 fp_debug.write(debug_info_str.encode("utf-8"))
384 fp_debug.write(debug_info_str)
713 debug_info_str=None,
796 debug_info_str=debug_info.SerializeToString() if debug_info else None,
[all …]
Dwrap_toco.py25 debug_info_str, enable_mlir_converter): argument
32 debug_info_str,
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_from_protos.py39 debug_info_str = None
42 debug_info_str = debug_info_file.read()
51 debug_info_str,