| 243 | } |
| 244 | |
| 245 | Status Extend(const GraphDef& graph) override { |
| 246 | return errors::Unimplemented("Not implemented for mock."); |
| 247 | } |
| 248 | |
| 249 | // Sets the input and output arguments. |
| 250 | Status Run(const std::vector<std::pair<string, Tensor>>& inputs_arg, |
nothing calls this directly
no test coverage detected