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

Function reroute_ios

tensorflow/contrib/graph_editor/reroute.py:449–451  ·  view source on GitHub ↗

Re-route the inputs and outputs of sgv0 to sgv1 (see _reroute_sgv).

(sgv0, sgv1)

Source from the content-addressed store, hash-verified

447
448
449def reroute_ios(sgv0, sgv1):
450 """Re-route the inputs and outputs of sgv0 to sgv1 (see _reroute_sgv)."""
451 return _reroute_sgv(sgv0, sgv1, _RerouteMode.a2b)
452
453
454def remove_control_inputs(op, cops):

Callers

nothing calls this directly

Calls 1

_reroute_sgvFunction · 0.85

Tested by

no test coverage detected