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

Method EvaluateNodes

tensorflow/core/grappler/utils/grappler_test.cc:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94std::vector<Tensor> GrapplerTest::EvaluateNodes(
95 const GraphDef& graph, const std::vector<string>& node_names) const {
96 return EvaluateNodes(graph, node_names, {});
97}
98
99std::vector<Tensor> GrapplerTest::EvaluateNodes(
100 const GraphDef& graph, const std::vector<string>& node_names,

Callers

nothing calls this directly

Calls 4

NewSessionFunction · 0.50
CreateMethod · 0.45
RunMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected