Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/
Dcpu_e2e_dump.cc36 std::string dump_path = GenerateDumpPath(graph_id); in DumpCNodeData() local
72 void CPUE2eDump::DumpCNodeInputs(const CNodePtr &node, const std::string &dump_path) { in DumpCNodeInputs()
80 void CPUE2eDump::DumpCNodeOutputs(const CNodePtr &node, const std::string &dump_path) { in DumpCNodeOutputs()
88 void CPUE2eDump::DumpInputImpl(const CNodePtr &node, const std::string &dump_path, std::string *ker… in DumpInputImpl()
127 void CPUE2eDump::DumpOutputImpl(const CNodePtr &node, const std::string &dump_path, std::string *ke… in DumpOutputImpl()
153 const std::string &dump_path) { in DumpSingleAnfNode()
203 const std::string &dump_path = GenerateDumpPath(graph_id); in DumpParameters() local
230 const std::string &dump_path = GenerateDumpPath(graph_id, 0, true); in DumpConstants() local
De2e_dump.cc49 …GenDataFilePath(const CNodePtr &node, const std::string &kernel_name, const std::string &dump_path, in GenDataFilePath()
117 void E2eDump::DumpOutput(const session::KernelGraph *graph, const std::string &dump_path, const Deb… in DumpOutput()
137 void E2eDump::DumpOutputSingleNode(const CNodePtr &node, const std::string &dump_path, const Debugg… in DumpOutputSingleNode()
152 void E2eDump::DumpOutputImpl(const CNodePtr &node, bool trans_flag, const std::string &dump_path, in DumpOutputImpl()
192 void E2eDump::DumpOutputData(const CNodePtr &node, bool trans_flag, const std::string &dump_path, in DumpOutputData()
215 void E2eDump::DumpInput(const session::KernelGraph *graph, const std::string &dump_path, const Debu… in DumpInput()
235 void E2eDump::DumpInputSingleNode(const CNodePtr &node, const std::string &dump_path, const Debugge… in DumpInputSingleNode()
250 void E2eDump::DumpArgsSingleNode(const CNodePtr &node, const std::string &dump_path, const Debugger… in DumpArgsSingleNode()
305 void E2eDump::DumpInputImpl(const CNodePtr &node, bool trans_flag, const std::string &dump_path, in DumpInputImpl()
354 void E2eDump::DumpInputData(const CNodePtr &node, bool trans_flag, const std::string &dump_path, in DumpInputData()
[all …]
Dtensor_stat_dump.cc65 bool TensorStatDump::OpenStatisticsFile(const std::string &dump_path) { in OpenStatisticsFile()
84 …tDump::DumpTensorStatsToFile(const std::string &original_kernel_name, const std::string &dump_path, in DumpTensorStatsToFile()
96 bool TensorStatDump::DumpTensorStatsToFile(const std::string &dump_path, const std::shared_ptr<Tens… in DumpTensorStatsToFile()
Dacl_dump_json_writer.cc96 std::string dump_path = dump_base_path_ + "/" + std::to_string(step_id); in WriteToFile() local
Ddump_utils.cc56 std::string dump_path = dump_json_parser.path(); in GenerateDumpPath() local
Ddump_json_parser.cc573 std::string dump_path; in ParseDumpPath() local
/third_party/mindspore/mindspore-src/source/tests/st/dump/
Ddump_test_utils.py151 def generate_dump_json(dump_path, json_file_name, test_key, net_name='Net'): argument
234 def generate_dump_json_with_overflow(dump_path, json_file_name, test_key, op): argument
260 def generate_statistic_dump_json(dump_path, json_file_name, test_key, saved_data, net_name='Net', argument
287 def generate_cell_dump_json(dump_path, json_file_name, test_key, dump_mode): argument
302 def check_dump_structure(dump_path, json_file_path, num_card, num_graph, num_iteration, root_graph_… argument
422 def check_ge_dump_structure(dump_path, num_iteration, device_num=1, check_overflow=False, saved_dat… argument
Dtest_stat_calc_mode.py47 def generate_dump_json(dump_path, json_file_name, base_dump_json_name, extra_settings_func=None): argument
Dtest_ge_dump.py90 def check_ge_dump_structure_acl(dump_path, num_iteration, device_num=1, check_overflow=False, saved… argument
/third_party/mindspore/mindspore-src/source/config/
Dacl_dump_cfg.json4 "dump_path": "/tmp/acl_data_dump", string
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/
Dascend_dump.cc100 dump_data_t ParseAttrsFromDumpData(const std::string &dump_path, char *data_ptr, const T &tensor, c… in ParseAttrsFromDumpData()
243 std::string dump_path = dump_tensor_info.dump_file_path; in DumpTensorStatsIfNeeded() local
336 void AscendAsyncDump::DumpTensorToFile(const std::string &dump_path, const toolkit::dumpdata::DumpD… in DumpTensorToFile()
402 void AscendAsyncDump::DumpOpDebugToFile(const std::string &dump_path, const toolkit::dumpdata::Dump… in DumpOpDebugToFile()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/kernel/ascend/options/
Dacl_model_options.h32 std::string dump_path; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/proto/
Dop_mapping_info.proto61 string dump_path = 1; field
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/common/
Dacl_types.h49 std::string dump_path; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/
Ddebug_actor.cc68 std::string dump_path = DumpJsonParser::GetInstance().path(); in ACLDump() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_debug.c509 char dump_path[512]; in radv_dump_spirv() local
939 char dump_path[512]; in radv_check_gpu_hangs() local
1300 char dump_path[512]; in radv_check_trap_handler() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/hardware/
Dge_device_context.cc387 auto dump_path = FileUtils::CreateNotExistDirs(dump_parser.path()); in SetDumpOptions() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/session/
Dsingle_op_session.cc132 auto dump_path = ascend_context[lite::kDumpPathKey]; in SetCustomAscendOpAttrs() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/
Dmodel_impl.cc268 auto dump_path = GetConfig(lite::kAscendContextSection, lite::kDumpPathKey); in LoadGraphByBufferImpl() local
/third_party/libdrm/tests/modetest/
Dmodetest.c1783 static void dump_output_fb(struct device *dev, struct pipe_arg *pipes, char *dump_path, in dump_output_fb()
2205 char *dump_path = NULL; in main() local
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dpretty.rs214 fn dump_path(tcx: TyCtxt<'_>, basename: &str, extension: &str) -> PathBuf { in dump_path() function
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c385 const char *dump_path = secure_getenv("MESA_SPIRV_FAIL_DUMP_PATH"); in _vtn_fail() local
6924 const char *dump_path = secure_getenv("MESA_SPIRV_DUMP_PATH"); in spirv_to_nir() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_ge/
Dge_graph_executor.cc660 auto dump_path = option_id->second; in GetGeSessionOptionsFromAscendContext() local
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c1954 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

12