Home
last modified time | relevance | path

Searched refs:host_fmt (Results 1 – 11 of 11) sorted by relevance

/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…
57 …ool LoadMemToHost(const std::string &tensor_name, int execution_order, const std::string &host_fmt,
Dascend_device_address.cc502 bool AscendDeviceAddress::DumpMemToFile(const std::string &filepath, const std::string &host_fmt, in DumpMemToFile() argument
510 std::string path = filepath + '.' + host_fmt; in DumpMemToFile()
/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() argument
92 …ool LoadMemToHost(const std::string &tensor_name, int execution_order, const std::string &host_fmt, in LoadMemToHost() argument
/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…
/third_party/mindspore/mindspore/ccsrc/debug/
Dtensor_load.h198 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, TypeId host_type, in DumpTensorToFile() argument
206 path = filepath + '.' + host_fmt; in DumpTensorToFile()
Ddebug_services.h407 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, TypeId host_type,
Ddebug_services.cc1256 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, in DumpTensorToFile() argument
1259 …return tensor_loader_->DumpTensorToFile(tensor_name, trans_flag, filepath, host_fmt, host_shape, h… in DumpTensorToFile()
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_device_address.h53 …ool LoadMemToHost(const std::string &tensor_name, int execution_order, const std::string &host_fmt,
Dgpu_device_address.cc131 …ss::LoadMemToHost(const std::string &tensor_name, int execution_order, const std::string &host_fmt, in LoadMemToHost() argument
/third_party/mindspore/mindspore/ccsrc/debug/debugger/
Ddebugger.h106 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, TypeId host_type,
Ddebugger.cc1154 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, TypeId host_type, in DumpTensorToFile() argument
1156 …return debug_services_.get()->DumpTensorToFile(tensor_name, trans_flag, filepath, host_fmt, host_s… in DumpTensorToFile()