Searched refs:write_filepath (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/keras/integration_test/ |
D | multi_worker_tutorial_test.py | 54 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/ |
D | distributed_file_utils_test.py | 62 distributed_file_utils.write_filepath(filepath, strategy), filepath) 71 distributed_file_utils.write_filepath(filepath, strategy),
|
D | distributed_file_utils.py | 125 def write_filepath(filepath, strategy): function
|
D | multi_worker_callback_tf2_test.py | 138 distributed_file_utils.write_filepath(
|
/external/tensorflow/tensorflow/python/keras/ |
D | callbacks.py | 1437 self._write_filepath = distributed_file_utils.write_filepath(
|