Home
last modified time | relevance | path

Searched refs:DumpMemToFile (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Dcpu_e2e_dump.cc81 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()
Ddump_utils.cc124 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()
Ddump_utils.h38 void DumpMemToFile(const std::string &file_path, const device::DeviceAddress &addr, const ShapeVect…
De2e_dump.cc123 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/
Dcpu_device_address.h42 …bool DumpMemToFile(const std::string &filepath, const std::string &host_fmt, const ShapeVector &ho…
Dcpu_device_address.cc40 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/
Dascend_device_address.h54 …bool DumpMemToFile(const std::string &filepath, const std::string &host_fmt, const ShapeVector &ho…
Dascend_device_address.cc502 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/
Ddevice_address.h87 …virtual bool DumpMemToFile(const std::string &filepath, const std::string &host_fmt, const ShapeVe… in DumpMemToFile() function