Searched defs:IsSend (Results 1 – 4 of 4) sorted by relevance
10 struct IsSend<T: Send>(T); struct
164 bool IsSend() const { return class_ == NC_SEND || class_ == NC_HOST_SEND; } in IsSend() function819 inline bool IsSend(const Node* node) { return node->IsSend(); } in IsSend() function
47 bool IsSend(const NodeDef* node) { in IsSend() function
511 bool IsSend(const NodeDef& node) { in IsSend() function