MCPcopy Create free account
hub / github.com/alibaba/nann / repeat

Function repeat

tensorflow/tensorflow/python/tpu/training_loop.py:181–222  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

_convert_to_listFunction · 0.85
while_loopFunction · 0.70

Tested by

no test coverage detected