(m_component, v_component)
| 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) |
nothing calls this directly
no test coverage detected