Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.h126 virtual bool NodeOutputDeviceAddressExist(const AnfNodePtr &node, size_t index);
Dkernel_runtime.cc88 bool KernelRuntime::NodeOutputDeviceAddressExist(const AnfNodePtr &kernel, size_t index) { in NodeOutputDeviceAddressExist() function in mindspore::device::KernelRuntime
286 if (NodeOutputDeviceAddressExist(input_node, index)) { in ResetNodeAddress()
561 if (NodeOutputDeviceAddressExist(node, 0)) { in AssignStaticMemoryInput()
913 if (NodeOutputDeviceAddressExist(node, i)) { in AssignNodeOutputMem()
1016 if (NodeOutputDeviceAddressExist(value_node, 0)) { in AssignStaticMemoryValueNode()