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

Function enter_component

tensorflow/python/ops/control_flow_ops.py:253–255  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

251 elif isinstance(data, composite_tensor.CompositeTensor):
252
253 def enter_component(t):
254 return _Enter(t, frame_name, is_constant, parallel_iterations, use_ref,
255 use_input_shape)
256
257 return nest.map_structure(enter_component, data, expand_composites=True)
258 else:

Callers

nothing calls this directly

Calls 1

_EnterFunction · 0.85

Tested by

no test coverage detected