| 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; } |
| 257 | |
| 258 | bool IsMetadata() const { return class_ == NC_METADATA; } |
| 259 | bool IsFakeParam() const { return class_ == NC_FAKE_PARAM; } |
no outgoing calls