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

Function update_component

tensorflow/python/ops/control_flow_ops.py:605–606  ·  view source on GitHub ↗
(m_component, v_component)

Source from the content-addressed store, hash-verified

603 elif isinstance(m, composite_tensor.CompositeTensor):
604 # pylint: disable=protected-access
605 def update_component(m_component, v_component):
606 m_component.op._update_input(1, v_component)
607
608 if isinstance(m, ops.IndexedSlices):
609 v = math_ops._as_indexed_slices(v, optimize=False)

Callers

nothing calls this directly

Calls 1

_update_inputMethod · 0.80

Tested by

no test coverage detected