Home
last modified time | relevance | path

Searched defs:DfGraphWrapper (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/transform/graph_ir/
Dtypes.h115 struct DfGraphWrapper { struct
118 ~DfGraphWrapper() {} in ~DfGraphWrapper() argument
129 using DfGraphWrapperPtr = std::shared_ptr<DfGraphWrapper>; argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Ddf_graph_manager.cc33 DfGraphWrapper::DfGraphWrapper(const std::string &name, const int &id, const DfGraphPtr &graph_ptr, in DfGraphWrapper() function in mindspore::transform::DfGraphWrapper