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

Function NoOp

tensorflow/core/graph/testlib.cc:303–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303Node* NoOp(Graph* g, const std::vector<Node*>& control_inputs) {
304 Node* ret;
305 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "NoOp")
306 .ControlInputs(control_inputs)
307 .Finalize(g, &ret));
308 return ret;
309}
310
311Node* Switch(Graph* g, Node* in0, Node* in1) {
312 Node* ret;

Callers 6

TEST_FFunction · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 3

NodeBuilderClass · 0.70
FinalizeMethod · 0.45
NewNameMethod · 0.45

Tested by

no test coverage detected