Home
last modified time | relevance | path

Searched defs:global_batch_size (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/distribute/python/
Dkeras_correctness_test_base.py133 def get_batch_size(global_batch_size, distribution): argument
/external/tensorflow/tensorflow/python/tpu/
Dtpu_context.py457 def global_batch_size(self): member in _InternalTPUContext
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py269 def get_per_replica_batch_size(self, global_batch_size): argument