MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / IsScopedAllocator

Method IsScopedAllocator

tensorflow/core/graph/graph.h:255–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }
257
258 bool IsMetadata() const { return class_ == NC_METADATA; }

Callers 1

IsScopedAllocatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected