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

Function _Enter

tensorflow/tensorflow/python/ops/control_flow_ops.py:214–259  ·  view source on GitHub ↗

Creates or finds a child frame, and makes `data` available to it. The unique `frame_name` is used by the `Executor` to identify frames. If `is_constant` is true, `data` is a constant in the child frame; otherwise it may be changed in the child frame. At most `parallel_iterations` iterations

(data,
           frame_name,
           is_constant=False,
           parallel_iterations=10,
           use_ref=True,
           use_input_shape=True,
           name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

enter_componentFunction · 0.85
AddValueMethod · 0.85
AddForwardLoopCounterMethod · 0.85
_BuildLoopMethod · 0.85

Calls 5

TypeErrorFunction · 0.85
typeFunction · 0.85
enterMethod · 0.45
set_shapeMethod · 0.45
get_shapeMethod · 0.45

Tested by

no test coverage detected