| 92 | } |
| 93 | |
| 94 | std::vector<Tensor> GrapplerTest::EvaluateNodes( |
| 95 | const GraphDef& graph, const std::vector<string>& node_names) const { |
| 96 | return EvaluateNodes(graph, node_names, {}); |
| 97 | } |
| 98 | |
| 99 | std::vector<Tensor> GrapplerTest::EvaluateNodes( |
| 100 | const GraphDef& graph, const std::vector<string>& node_names, |
nothing calls this directly
no test coverage detected