| 53 | } |
| 54 | |
| 55 | Status Session::PRun(const string& handle, |
| 56 | const std::vector<std::pair<string, Tensor> >& inputs, |
| 57 | const std::vector<string>& output_names, |
| 58 | std::vector<Tensor>* outputs) { |
| 59 | return errors::Unimplemented( |
| 60 | "Partial run is not supported for this session."); |
| 61 | } |
| 62 | |
| 63 | Session* NewSession(const SessionOptions& options) { |
| 64 | SessionFactory* factory; |