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

Function ControlOutputFor

tensorflow/compiler/jit/deadness_analysis_test.cc:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72TensorId ControlOutputFor(const Output& o) {
73 return {o.node()->name(), Graph::kControlSlot};
74}
75
76void VLogGraphIfAsked(const Graph& graph) {
77 if (VLOG_IS_ON(3)) {

Callers 1

TESTFunction · 0.85

Calls 2

nameMethod · 0.65
nodeMethod · 0.45

Tested by

no test coverage detected