Searched refs:GetOpOverflowBinPath (Results 1 – 3 of 3) sorted by relevance
61 std::string GetOpOverflowBinPath(uint32_t graph_id) const;
548 std::string DumpJsonParser::GetOpOverflowBinPath(uint32_t graph_id) const { in GetOpOverflowBinPath() function in mindspore::DumpJsonParser
1307 …overflow_bin_path = DumpJsonParser::GetInstance().GetOpOverflowBinPath(debugger->GetGraphPtr()->ro… in CheckOpOverflow()