Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dio_utils_test.py35 self.assertTrue(io_utils.ask_to_proceed_with_overwrite('/tmp/not_exists'))
39 io_utils.ask_to_proceed_with_overwrite('/tmp/not_exists'))
42 self.assertTrue(io_utils.ask_to_proceed_with_overwrite('/tmp/not_exists'))
46 io_utils.ask_to_proceed_with_overwrite('/tmp/not_exists'))
Dio_utils.py69 def ask_to_proceed_with_overwrite(filepath): function
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
Dsave.py31 from tensorflow.python.keras.utils.io_utils import ask_to_proceed_with_overwrite
73 proceed = ask_to_proceed_with_overwrite(filepath)
/external/tensorflow/tensorflow/python/keras/saving/
Dsaving_utils.py33 from tensorflow.python.keras.utils.io_utils import ask_to_proceed_with_overwrite
200 return ask_to_proceed_with_overwrite(filepath)
Dhdf5_format.py34 from tensorflow.python.keras.utils.io_utils import ask_to_proceed_with_overwrite
99 proceed = ask_to_proceed_with_overwrite(filepath)
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining.py66 from tensorflow.python.keras.utils.io_utils import ask_to_proceed_with_overwrite
2178 proceed = ask_to_proceed_with_overwrite(check_filepath)