| 35 | } |
| 36 | |
| 37 | inline std::tuple<std::vector<std::string>, std::vector<std::shared_ptr<one::Tensor>>> |
| 38 | DumpVariableTensorMgr() { |
| 39 | auto mgr = Singleton<VariableTensorMgr>::Get(); |
| 40 | return mgr->Dump(); |
| 41 | } |
| 42 | |
| 43 | } // namespace oneflow |
| 44 |
no test coverage detected