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

Function AddCtrlEdge

tensorflow/compiler/jit/mark_for_compilation_pass_test.cc:1597–1599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1595}
1596
1597void AddCtrlEdge(const Scope& scope, Operation a, Operation b) {
1598 scope.graph()->AddControlEdge(a.node(), b.node());
1599}
1600
1601void AddCtrlEdge(const Scope& scope, Output a, Operation b) {
1602 AddCtrlEdge(scope, a.op(), b);

Callers 1

TESTFunction · 0.85

Calls 4

AddControlEdgeMethod · 0.45
graphMethod · 0.45
nodeMethod · 0.45
opMethod · 0.45

Tested by

no test coverage detected