| 124 | } |
| 125 | |
| 126 | Status Reset(const SessionOptions& options, |
| 127 | const std::vector<string>& containers) { |
| 128 | SessionFactory* factory; |
| 129 | TF_RETURN_IF_ERROR(SessionFactory::GetFactory(options, &factory)); |
| 130 | return factory->Reset(options, containers); |
| 131 | } |
| 132 | |
| 133 | } // namespace tensorflow |