| 78 | } |
| 79 | |
| 80 | void VariableTensorMgr::Reset() { |
| 81 | std::map<std::string, std::shared_ptr<one::Tensor>>().swap(variables_); |
| 82 | } |
| 83 | |
| 84 | std::vector<std::string> VariableTensorMgr::DumpNames() { |
| 85 | std::vector<std::string> variable_op_names; |
no test coverage detected