Searched defs:IsSend (Results 1 – 5 of 5) sorted by relevance
13 struct IsSend<T: Send>(T); struct
171 bool IsSend() const { return class_ == NC_SEND || class_ == NC_HOST_SEND; } in IsSend() function852 inline bool IsSend(const Node* node) { return node->IsSend(); } in IsSend() function
47 bool IsSend(const NodeDef* node) { in IsSend() function
513 bool IsSend(const NodeDef& node) { in IsSend() function
763 bool TFGraphDialect::IsSend(TFOp op) const { in IsSend() function in mlir::tfg::TFGraphDialect