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

Method _set_iters

tensorflow/python/ops/parallel_for/pfor.py:989–991  ·  view source on GitHub ↗

Set number of pfor iterations.

(self, iters)

Source from the content-addressed store, hash-verified

987 return len(self._reduce_concat_map)
988
989 def _set_iters(self, iters):
990 """Set number of pfor iterations."""
991 self._maybe_iters = iters
992
993 # TODO(agarwal): handle reductions inside control flow constructs.
994 def reduce_concat(self, x):

Callers 1

_pfor_implFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected