Searched refs:host_fmt (Results 1 – 11 of 11) sorted by relevance
/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… 57 …ool LoadMemToHost(const std::string &tensor_name, int execution_order, const std::string &host_fmt,
|
D | ascend_device_address.cc | 502 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/ |
D | device_address.h | 87 …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/ |
D | cpu_device_address.h | 42 …bool DumpMemToFile(const std::string &filepath, const std::string &host_fmt, const ShapeVector &ho…
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | tensor_load.h | 198 … 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()
|
D | debug_services.h | 407 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, TypeId host_type,
|
D | debug_services.cc | 1256 … 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/ |
D | gpu_device_address.h | 53 …ool LoadMemToHost(const std::string &tensor_name, int execution_order, const std::string &host_fmt,
|
D | gpu_device_address.cc | 131 …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/ |
D | debugger.h | 106 … const std::string &host_fmt, const std::vector<int64_t> &host_shape, TypeId host_type,
|
D | debugger.cc | 1154 … 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()
|