| 251 | } |
| 252 | bool IsHostSend() const { return class_ == NC_HOST_SEND; } |
| 253 | bool IsHostRecv() const { return class_ == NC_HOST_RECV; } |
| 254 | bool IsHostFuseRecv() const { return class_ == NC_HOST_FUSE_RECV; } |
| 255 | bool IsScopedAllocator() const { return class_ == NC_SCOPED_ALLOCATOR; } |
| 256 | bool IsCollective() const { return class_ == NC_COLLECTIVE; } |
no outgoing calls
no test coverage detected