| 863 | inline bool IsFileSliceRecv(const Node* node) { return node->IsFileSliceRecv(); } |
| 864 | inline bool IsFuseRecv(const Node* node) { return node->IsFuseRecv(); } |
| 865 | inline bool IsHostSend(const Node* node) { return node->IsHostSend(); } |
| 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(); } |
nothing calls this directly
no test coverage detected