| 866 | inline bool IsHostRecv(const Node* node) { return node->IsHostRecv(); } |
| 867 | inline bool IsHostFuseRecv(const Node* node) { return node->IsHostFuseRecv(); } |
| 868 | inline bool IsRunGraph(const Node* node) { return node->IsRunGraph(); } |
| 869 | |
| 870 | // True for Nodes that mediate the transfer of values between processes. |
| 871 | inline bool IsTransferNode(const Node* n) { |
no test coverage detected