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.py183 debug_info_str=None, argument
216 debug_info_str,
252 debug_info_str = debug_info_str if debug_info_str else ""
261 if not isinstance(debug_info_str, bytes):
262 fp_debug.write(debug_info_str.encode("utf-8"))
264 fp_debug.write(debug_info_str)
626 debug_info_str = debug_info.SerializeToString() if debug_info else None
631 debug_info_str=debug_info_str,
Dwrap_toco.py30 debug_info_str, enable_mlir_converter): argument
37 debug_info_str,
/external/tensorflow/tensorflow/lite/toco/python/
Dtoco_from_protos.py43 debug_info_str = None
46 debug_info_str = debug_info_file.read()
55 debug_info_str,