Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h131 void AssignNodeOutputMem(MemType type, const AnfNodePtr &node, int index);
Dkernel_runtime.cc653 AssignNodeOutputMem(kStaticMem, item_with_index.first, SizeToInt(item_with_index.second)); in AssignStaticMemoryOutput()
891 void KernelRuntime::AssignNodeOutputMem(MemType type, const AnfNodePtr &node, int index) { in AssignNodeOutputMem() function in mindspore::device::KernelRuntime
1098 AssignNodeOutputMem(mem_type, node, kGetAllOuts); in AssignDynamicMemory()