Home
last modified time | relevance | path

Searched defs:dump_path (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dcpu_e2e_dump.cc33 std::string dump_path = GenerateDumpPath(graph_id); in DumpCNodeData() local
42 void CPUE2eDump::DumpCNodeInputs(const CNodePtr &node, const std::string &dump_path) { in DumpCNodeInputs()
50 void CPUE2eDump::DumpCNodeOutputs(const CNodePtr &node, const std::string &dump_path) { in DumpCNodeOutputs()
58 void CPUE2eDump::DumpInputImpl(const CNodePtr &node, const std::string &dump_path, std::string *ker… in DumpInputImpl()
85 void CPUE2eDump::DumpOutputImpl(const CNodePtr &node, const std::string &dump_path, std::string *ke… in DumpOutputImpl()
110 …pSingleAnfNode(const AnfNodePtr &anf_node, const size_t output_index, const std::string &dump_path, in DumpSingleAnfNode()
158 const std::string &dump_path = GenerateDumpPath(graph_id); in DumpParametersAndConst() local
De2e_dump.cc61 void E2eDump::DumpOutput(const session::KernelGraph *graph, const std::string &dump_path, const Deb… in DumpOutput()
81 void E2eDump::DumpOutputSingleNode(const CNodePtr &node, const std::string &dump_path, const Debugg… in DumpOutputSingleNode()
96 void E2eDump::DumpOutputImpl(const CNodePtr &node, bool trans_flag, const std::string &dump_path, in DumpOutputImpl()
128 void E2eDump::DumpInput(const session::KernelGraph *graph, const std::string &dump_path, const Debu… in DumpInput()
148 void E2eDump::DumpInputSingleNode(const CNodePtr &node, const std::string &dump_path, const Debugge… in DumpInputSingleNode()
163 void E2eDump::DumpInputImpl(const CNodePtr &node, bool trans_flag, const std::string &dump_path, in DumpInputImpl()
206 …pSingleAnfNode(const AnfNodePtr &anf_node, const size_t output_index, const std::string &dump_path, in DumpSingleAnfNode()
251 …id E2eDump::DumpParametersAndConst(const session::KernelGraph *graph, const std::string &dump_path, in DumpParametersAndConst()
326 std::string dump_path = GenerateDumpPath(graph_id, rank_id); in DumpData() local
345 std::string dump_path = GenerateDumpPath(graph_id, rank_id); in DumpSingleNodeData() local
[all …]
Ddump_utils.cc42 std::string dump_path = dump_json_parser.path(); in GenerateDumpPath() local
Ddump_json_parser.cc322 std::string dump_path; in ParseDumpPath() local
/third_party/mindspore/tests/st/dump/
Ddump_test_utils.py72 def generate_dump_json(dump_path, json_file_name, test_key): argument
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/proto/
Dop_mapping_info.proto61 string dump_path = 1; field
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c408 char dump_path[512]; in radv_dump_spirv() local
682 char dump_dir[256], dump_path[512], buf_time[128]; in radv_check_gpu_hangs() local
/third_party/e2fsprogs/lib/ext2fs/
Dextent.c127 static void dump_path(const char *tag, struct ext2_extent_handle *handle, in dump_path() function
159 #define dump_path(tag, handle, path) do { } while (0) macro
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc138 auto dump_path = DumpJsonParser::GetInstance().path(); in SetOpMappingInfo() local
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c2001 char *dump_path; in _mesa_dump_shader_source() local
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp2918 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() function
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp2944 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() function
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c192 const char *dump_path = getenv("MESA_SPIRV_FAIL_DUMP_PATH"); in _vtn_fail() local