| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/data_dump/ |
| D | cpu_e2e_dump.cc | 36 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
|
| D | e2e_dump.cc | 49 …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 …]
|
| D | tensor_stat_dump.cc | 65 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()
|
| D | acl_dump_json_writer.cc | 96 std::string dump_path = dump_base_path_ + "/" + std::to_string(step_id); in WriteToFile() local
|
| D | dump_utils.cc | 56 std::string dump_path = dump_json_parser.path(); in GenerateDumpPath() local
|
| D | dump_json_parser.cc | 573 std::string dump_path; in ParseDumpPath() local
|
| /third_party/mindspore/mindspore-src/source/tests/st/dump/ |
| D | dump_test_utils.py | 151 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
|
| D | test_stat_calc_mode.py | 47 def generate_dump_json(dump_path, json_file_name, base_dump_json_name, extra_settings_func=None): argument
|
| D | test_ge_dump.py | 90 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/ |
| D | acl_dump_cfg.json | 4 "dump_path": "/tmp/acl_data_dump", string
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/ |
| D | ascend_dump.cc | 100 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/ |
| D | acl_model_options.h | 32 std::string dump_path; member
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/proto/ |
| D | op_mapping_info.proto | 61 string dump_path = 1; field
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/common/ |
| D | acl_types.h | 49 std::string dump_path; member
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/ |
| D | debug_actor.cc | 68 std::string dump_path = DumpJsonParser::GetInstance().path(); in ACLDump() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_debug.c | 509 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/ |
| D | ge_device_context.cc | 387 auto dump_path = FileUtils::CreateNotExistDirs(dump_parser.path()); in SetDumpOptions() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/session/ |
| D | single_op_session.cc | 132 auto dump_path = ascend_context[lite::kDumpPathKey]; in SetCustomAscendOpAttrs() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/model/ |
| D | model_impl.cc | 268 auto dump_path = GetConfig(lite::kAscendContextSection, lite::kDumpPathKey); in LoadGraphByBufferImpl() local
|
| /third_party/libdrm/tests/modetest/ |
| D | modetest.c | 1783 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/ |
| D | pretty.rs | 214 fn dump_path(tcx: TyCtxt<'_>, basename: &str, extension: &str) -> PathBuf { in dump_path() function
|
| /third_party/mesa3d/src/compiler/spirv/ |
| D | spirv_to_nir.c | 385 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/ |
| D | ge_graph_executor.cc | 660 auto dump_path = option_id->second; in GetGeSessionOptionsFromAscendContext() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | shaderapi.c | 1954 char *dump_path; in _mesa_dump_shader_source() local
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsDebug.cpp | 2918 static void dump_path(FILE* file, const SkPath& path, bool force, bool dumpAsHex) { in dump_path() function
|