Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/integration_test/
Dmulti_worker_tutorial_test.py54 def write_filepath(filepath, task_type, task_id): function
167 write_model_path = write_filepath(model_path, task_type, task_id)
186 write_checkpoint_dir = write_filepath(checkpoint_dir, task_type, task_id)
297 write_checkpoint_dir = write_filepath(checkpoint_dir, task_type,
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_file_utils_test.py62 distributed_file_utils.write_filepath(filepath, strategy), filepath)
71 distributed_file_utils.write_filepath(filepath, strategy),
Ddistributed_file_utils.py125 def write_filepath(filepath, strategy): function
Dmulti_worker_callback_tf2_test.py138 distributed_file_utils.write_filepath(
/external/tensorflow/tensorflow/python/keras/
Dcallbacks.py1437 self._write_filepath = distributed_file_utils.write_filepath(