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

Method IsMetadata

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

Source from the content-addressed store, hash-verified

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; }
260 bool IsPartitionedCall() const { return class_ == NC_PARTITIONED_CALL; }
261 bool IsIfNode() const { return class_ == NC_IF; }

Callers 2

GetApplyOpNodeMethod · 0.80
IsMetadataFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected