Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/python/
Dconvert.py137 _deprecated_conversion_binary = "" variable
139 _deprecated_conversion_binary = _resource_loader.get_path_to_datafile( variable
141 if not _os.path.exists(_deprecated_conversion_binary):
142 _deprecated_conversion_binary = "toco_from_protos" variable
298 if enable_mlir_converter or not _deprecated_conversion_binary:
340 if distutils.spawn.find_executable(_deprecated_conversion_binary) is None:
392 _deprecated_conversion_binary,