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

Function swap_outputs

tensorflow/contrib/graph_editor/reroute.py:419–421  ·  view source on GitHub ↗

Swap all the outputs of sgv0 and sgv1 (see reroute_outputs).

(sgv0, sgv1)

Source from the content-addressed store, hash-verified

417
418
419def swap_outputs(sgv0, sgv1):
420 """Swap all the outputs of sgv0 and sgv1 (see reroute_outputs)."""
421 return _reroute_sgv_outputs(sgv0, sgv1, _RerouteMode.swap)
422
423
424def reroute_outputs(sgv0, sgv1):

Callers

nothing calls this directly

Calls 1

_reroute_sgv_outputsFunction · 0.85

Tested by

no test coverage detected