Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Dtrace.cc132 class AnalyzeFailExporter : public AnfExporter { class
134 AnalyzeFailExporter() : AnfExporter(true, false) {} in AnalyzeFailExporter() function in mindspore::trace::AnalyzeFailExporter
135 ~AnalyzeFailExporter() override = default;
154 std::unordered_map<FuncGraphPtr, TaggedNodeMap> AnalyzeFailExporter::CreateTaggedNodeMap( in CreateTaggedNodeMap()
185 AnalyzeFailExporter exporter; in OutputAnalyzedGraphWithType()
189 std::string AnalyzeFailExporter::GetNodeType(const AnfNodePtr &node) { in GetNodeType()
208 AbstractBasePtr AnalyzeFailExporter::GetNodeAbstract(const AnfNodePtr &node) { in GetNodeAbstract()
224 AnfNodeConfigPtr AnalyzeFailExporter::GetForwardConfig(const AnfNodeConfigPtr &cfg) { in GetForwardConfig()
239 void AnalyzeFailExporter::ProcessFuncGraphCall(const CNodePtr &node, std::string *const op_comment)… in ProcessFuncGraphCall()
291 void AnalyzeFailExporter::OutputCNode(std::ofstream &ofs, const CNodePtr &cnode, const FuncGraphPtr… in OutputCNode()
[all …]