Builds a training loop for TPUs. The set of loop-carried tensors corresponds to `inputs`. Both `condition` and `body` take the current value of the loop-carried tensors. 'body' additionally takes a tuple of infeed from infeed_queue if infeed_queue is not None. `condition` must return a s
(condition, body, inputs=None, infeed_queue=None, name=None)
source not stored for this graph (policy: none)
no test coverage detected