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

Function FastAreAttrValuesEqual

tensorflow/core/framework/attr_value_util.cc:585–587  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b) {
586 return AreAttrValuesEqual(a, b, FastAreTensorProtosEqual);
587}
588
589uint64 FastAttrValueHash(const AttrValue& a) {
590 return AttrValueHash(a, FastTensorProtoHash);

Callers 2

SameNodeMethod · 0.85
operator==Method · 0.85

Calls 1

AreAttrValuesEqualFunction · 0.85

Tested by

no test coverage detected