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

Method IsCollective

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

Source from the content-addressed store, hash-verified

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; }

Callers 7

BuildGraphMethod · 0.80
InferAllocAttrFunction · 0.80
InitializeMethod · 0.80
DiscoverDataDependenciesFunction · 0.80
VerifyGraphFunction · 0.80
VerifyAttrsFunction · 0.80

Calls

no outgoing calls

Tested by 2

VerifyGraphFunction · 0.64
VerifyAttrsFunction · 0.64