Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/
Dconvert.py59 _toco_from_proto_bin = "" variable
61 _toco_from_proto_bin = _resource_loader.get_path_to_datafile( variable
64 if _toco_from_proto_bin and not _os.path.exists(_toco_from_proto_bin):
65 _toco_from_proto_bin = "toco_from_protos" variable
212 if enable_mlir_converter or not _toco_from_proto_bin:
222 if distutils.spawn.find_executable(_toco_from_proto_bin) is None:
272 _toco_from_proto_bin,