Home
last modified time | relevance | path

Searched defs:communication_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.h110 void set_communication_ptr(uint8_t *communication_ptr) override { in set_communication_ptr()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Ddevice_address.h238 …virtual void set_communication_ptr(uint8_t *communication_ptr) { MS_LOG(EXCEPTION) << "Not impleme… in set_communication_ptr()