Home
last modified time | relevance | path

Searched refs:_per_device_aggregate_batch (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_arrays.py301 batch_outs = distributed_training_utils._per_device_aggregate_batch(
Ddistributed_training_utils.py867 def _per_device_aggregate_batch(batch_outs, model, mode): function