Searched defs:batch_outs (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_utils_v1.py | 96 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/ |
D | distributed_training_utils_v1.py | 1040 def _per_replica_aggregate_batch(strategy, batch_outs, model, mode): argument
|