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

Method AddNodeWithName

tensorflow/core/graph/graph_test.cc:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 Node* AddNodeWithName(const string& name) {
88 Node* node;
89 TF_CHECK_OK(NodeBuilder(name, "NoOp").Finalize(&graph_, &node));
90 return node;
91 }
92
93 Node* FromNodeDef(const string& name, const string& node_type,
94 int num_inputs) {

Callers

nothing calls this directly

Calls 2

NodeBuilderClass · 0.70
FinalizeMethod · 0.45

Tested by

no test coverage detected