| 45 | } |
| 46 | |
| 47 | Status Session::PRunSetup(const std::vector<string>& input_names, |
| 48 | const std::vector<string>& output_names, |
| 49 | const std::vector<string>& target_nodes, |
| 50 | string* handle) { |
| 51 | return errors::Unimplemented( |
| 52 | "Partial run is not supported for this session."); |
| 53 | } |
| 54 | |
| 55 | Status Session::PRun(const string& handle, |
| 56 | const std::vector<std::pair<string, Tensor> >& inputs, |