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

Method InitGraph

tensorflow/core/graph/optimizer_cse_test.cc:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 OptimizerCSETest() : graph_(OpRegistry::Global()) {}
50
51 void InitGraph(const string& s) {
52 ::tensorflow::InitGraph(s, &graph_);
53 original_ = CanonicalGraphString(&graph_);
54 }
55
56 static bool IncludeNode(const Node* n) { return n->IsOp(); }
57

Callers

nothing calls this directly

Calls 1

InitGraphFunction · 0.70

Tested by

no test coverage detected