Searched defs:IsSend (Results 1 – 2 of 2) sorted by relevance
154 bool IsSend() const { return class_ == NC_SEND || class_ == NC_HOST_SEND; } in IsSend() function743 inline bool IsSend(const Node* node) { return node->IsSend(); } in IsSend() function
432 bool IsSend(const NodeDef& node) { in IsSend() function