Searched refs:file_exists_v2 (Results 1 – 3 of 3) sorted by relevance
250 def file_exists_v2(path): function298 return file_exists_v2(filename)301 file_exists.__doc__ = file_exists_v2.__doc__
526 if file_io.file_exists_v2(output_directory):856 output_dir is not None and file_io.file_exists_v2(output_dir) and
1497 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):