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

Function swap_ios

tensorflow/contrib/graph_editor/reroute.py:444–446  ·  view source on GitHub ↗

Swap the inputs and outputs of sgv1 to sgv0 (see _reroute_sgv).

(sgv0, sgv1)

Source from the content-addressed store, hash-verified

442
443
444def swap_ios(sgv0, sgv1):
445 """Swap the inputs and outputs of sgv1 to sgv0 (see _reroute_sgv)."""
446 return _reroute_sgv(sgv0, sgv1, _RerouteMode.swap)
447
448
449def reroute_ios(sgv0, sgv1):

Callers

nothing calls this directly

Calls 1

_reroute_sgvFunction · 0.85

Tested by

no test coverage detected