Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/lib/io/
H A Dfile_io.py250 def file_exists_v2(path): function
298 return file_exists_v2(filename)
301 file_exists.__doc__ = file_exists_v2.__doc__
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/python/
H A Dquantize_model.py526 if file_io.file_exists_v2(output_directory):
856 output_dir is not None and file_io.file_exists_v2(output_dir) and
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dcallbacks.py1497 return file_io.file_exists_v2(filepath)
1498 tf_saved_model_exists = file_io.file_exists_v2(filepath)
1499 tf_weights_only_checkpoint_exists = file_io.file_exists_v2(
1565 if file_io.file_exists_v2(dir_name):
2754 if file_io.file_exists_v2(self.filename):