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

Method __init__

tensorflow/tensorflow/python/ops/control_flow_ops.py:1407–1437  ·  view source on GitHub ↗

Creates a `WhileContext`. Args: maximum_iterations: Optional upper bound on number of loop iterations. parallel_iterations: The number of iterations allowed to run in parallel. back_prop: Whether backprop is enabled for this while loop. swap_memory: Whether GPU-CPU memor

(self,
               maximum_iterations=None,
               parallel_iterations=10,
               back_prop=True,
               swap_memory=False,
               name="while_context",
               grad_state=None,
               context_def=None,
               import_scope=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

_init_from_protoMethod · 0.95
_init_from_argsMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected