Searched refs:IsHostSend (Results 1 – 3 of 3) sorted by relevance
179 bool IsHostSend() const { return class_ == NC_HOST_SEND; } in IsHostSend() function821 inline bool IsHostSend(const Node* node) { return node->IsHostSend(); } in IsHostSend() function
382 } else if ((local_dev_name.type == "CPU" || dst->IsHostSend()) && in InferAllocAttr()
87 if (n->IsSend() || n->IsHostSend() || n->IsRecv() || n->IsHostRecv()) { in Initialize()