| 111 | virtual Status Extend(const GraphDef& graph) = 0; |
| 112 | #ifndef SWIG |
| 113 | virtual Status Extend(GraphDef&& graph) { return Extend(graph); } |
| 114 | #endif |
| 115 | |
| 116 | /// \brief Runs the graph with the provided input tensors and fills |
no test coverage detected