Searched defs:DfGraphWrapper (Results 1 – 2 of 2) sorted by relevance
115 struct DfGraphWrapper { struct118 ~DfGraphWrapper() {} in ~DfGraphWrapper() argument129 using DfGraphWrapperPtr = std::shared_ptr<DfGraphWrapper>; argument
33 DfGraphWrapper::DfGraphWrapper(const std::string &name, const int &id, const DfGraphPtr &graph_ptr, in DfGraphWrapper() function in mindspore::transform::DfGraphWrapper