Searched refs:DumpMemToFile (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/ |
D | cpu_e2e_dump.cc | 81 DumpMemToFile(file_path, *addr, int_shapes, type); in DumpInputImpl() 106 DumpMemToFile(file_path, *addr, int_shapes, type); in DumpOutputImpl() 150 DumpMemToFile(file_path, *addr, int_shapes, type); in DumpSingleAnfNode()
|
D | dump_utils.cc | 124 void DumpMemToFile(const std::string &file_path, const device::DeviceAddress &addr, const ShapeVect… in DumpMemToFile() function 127 auto ret = addr.DumpMemToFile(file_path, format, int_shapes, type, trans_flag); in DumpMemToFile()
|
D | dump_utils.h | 38 void DumpMemToFile(const std::string &file_path, const device::DeviceAddress &addr, const ShapeVect…
|
D | e2e_dump.cc | 123 DumpMemToFile(file_path, *addr, int_shapes, type, trans_flag); in DumpOutputImpl() 201 DumpMemToFile(file_path, *addr, int_shapes, type, trans_flag); in DumpInputImpl() 247 DumpMemToFile(file_path, *addr, int_shapes, type, trans_flag); in DumpSingleAnfNode()
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ |
D | cpu_device_address.h | 42 …bool DumpMemToFile(const std::string &filepath, const std::string &host_fmt, const ShapeVector &ho…
|
D | cpu_device_address.cc | 40 bool CPUDeviceAddress::DumpMemToFile(const std::string &filepath, const std::string &, const ShapeV… in DumpMemToFile() function in mindspore::device::cpu::CPUDeviceAddress
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ascend_device_address.h | 54 …bool DumpMemToFile(const std::string &filepath, const std::string &host_fmt, const ShapeVector &ho…
|
D | ascend_device_address.cc | 502 bool AscendDeviceAddress::DumpMemToFile(const std::string &filepath, const std::string &host_fmt, in DumpMemToFile() function in mindspore::device::ascend::AscendDeviceAddress
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ |
D | device_address.h | 87 …virtual bool DumpMemToFile(const std::string &filepath, const std::string &host_fmt, const ShapeVe… in DumpMemToFile() function
|