Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h61 std::string GetOpOverflowBinPath(uint32_t graph_id) const;
Ddump_json_parser.cc548 std::string DumpJsonParser::GetOpOverflowBinPath(uint32_t graph_id) const { in GetOpOverflowBinPath() function in mindspore::DumpJsonParser
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc1307 …overflow_bin_path = DumpJsonParser::GetInstance().GetOpOverflowBinPath(debugger->GetGraphPtr()->ro… in CheckOpOverflow()