Searched refs:ask_to_proceed_with_overwrite (Results 1 – 6 of 6) sorted by relevance
35 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'))
69 def ask_to_proceed_with_overwrite(filepath): function
31 from tensorflow.python.keras.utils.io_utils import ask_to_proceed_with_overwrite73 proceed = ask_to_proceed_with_overwrite(filepath)
33 from tensorflow.python.keras.utils.io_utils import ask_to_proceed_with_overwrite200 return ask_to_proceed_with_overwrite(filepath)
34 from tensorflow.python.keras.utils.io_utils import ask_to_proceed_with_overwrite99 proceed = ask_to_proceed_with_overwrite(filepath)
66 from tensorflow.python.keras.utils.io_utils import ask_to_proceed_with_overwrite2178 proceed = ask_to_proceed_with_overwrite(check_filepath)