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