Home
last modified time | relevance | path

Searched defs:batch_outs (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils_v1.py96 def create(self, batch_outs): argument
105 def aggregate(self, batch_outs, batch_start=None, batch_end=None): argument
140 def create(self, batch_outs): argument
143 def aggregate(self, batch_outs, batch_start=None, batch_end=None): argument
436 def create(self, batch_outs): argument
461 def aggregate(self, batch_outs, batch_start=None, batch_end=None): argument
/external/tensorflow/tensorflow/python/keras/distribute/
Ddistributed_training_utils_v1.py1040 def _per_replica_aggregate_batch(strategy, batch_outs, model, mode): argument