MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / f

Function f

tensorflow/python/ops/parallel_for/control_flow_ops.py:183–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181 ValueError: If parallel_iterations is not None and not an integer > 1.
182 """
183 def f():
184 return _pfor_impl(loop_fn, iters, parallel_iterations=parallel_iterations)
185 # Note that we wrap into a tf.function if in eager execution mode or under
186 # XLA compilation. The latter is so that we don't compile operations like
187 # tf.placeholder that are created by the loop body.

Callers 1

pforFunction · 0.70

Calls 1

_pfor_implFunction · 0.85

Tested by

no test coverage detected