Home
last modified time | relevance | path

Searched refs:distributed_scope (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_distributed_v1.py177 scope = dist_utils.distributed_scope(
319 scope = dist_utils.distributed_scope(
472 scope = dist_utils.distributed_scope(
Dtraining_arrays_v1.py148 scope = distributed_training_utils_v1.distributed_scope(
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py1088 def distributed_scope(strategy, learning_phase): function