Builds a training loop that executes a fixed number of iterations. The set of loop-carried tensors correspond to `inputs`. `body` must be a function that takes and returns the values of the loop-carried tensors. Args: n: the number of loop iterations body: a Python function that bu
(n, body, inputs=None, infeed_queue=None, name=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected