Home
last modified time | relevance | path

Searched refs:AssignCommunicationNodeInputMem (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h135 void AssignCommunicationNodeInputMem(MemType type, const AnfNodePtr &node);
Dkernel_runtime.cc687 AssignCommunicationNodeInputMem(type, node); in AssignCommunicationNodeMem()
836 void KernelRuntime::AssignCommunicationNodeInputMem(MemType type, const AnfNodePtr &node) { in AssignCommunicationNodeInputMem() function in mindspore::device::KernelRuntime