Searched defs:batch_outs (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_utils.py | 67 def create(self, batch_outs): argument 76 def aggregate(self, batch_outs, batch_start=None, batch_end=None): argument 97 def create(self, batch_outs): argument 100 def aggregate(self, batch_outs, batch_start=None, batch_end=None): argument 118 def create(self, batch_outs): argument 130 def aggregate(self, batch_outs, batch_start=None, batch_end=None): argument
|
D | distributed_training_utils.py | 867 def _per_device_aggregate_batch(batch_outs, model, mode): argument
|