Home
last modified time | relevance | path

Searched defs:host_format (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/
Ddebugger_utils.cc126 auto host_format = kOpFormat_DEFAULT; in LoadInputs() local
171 auto host_format = kOpFormat_DEFAULT; in LoadOutputs() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dms_device_shape_transfer.h82 std::string host_format; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/dump/
Dascend_dump.cc174 std::string host_format; in ConvertFormatForOneTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dtensor.cc282 …etDeviceInfo(const std::string &format, const TypePtr &data_type, const std::string &host_format) { in SetDeviceInfo()