Home
last modified time | relevance | path

Searched refs:TaggedGraph (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.cc668 void ExportIR(const std::string &filename, const std::vector<TaggedGraph> &graphs) { in ExportIR()
/third_party/mindspore/mindspore/core/ir/
Danf.h662 using TaggedGraph = std::pair<FuncGraphPtr, TaggedNodeMap>; variable