MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / DumpVariableTensorMgr

Function DumpVariableTensorMgr

oneflow/api/common/variable_tensor_mgr.h:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

RegisterTensorsMethod · 0.85

Calls 2

GetFunction · 0.85
DumpMethod · 0.45

Tested by

no test coverage detected