Searched refs:FastAreAttrValuesEqual (Results 1 – 6 of 6) sorted by relevance
45 assert(tensorflow::FastAreAttrValuesEqual(proto, proto_same)); in compareValues()48 tensorflow::FastAreAttrValuesEqual(proto, proto2)); in compareValues()
116 bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b);
194 if (FastAreAttrValuesEqual(iter->second, default_value)) { in StripDefaultAttributes()
596 bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b) { in FastAreAttrValuesEqual() function
145 if (!FastAreAttrValuesEqual(attr1.second, it->second)) return false; in SameNode()
185 if (!FastAreAttrValuesEqual(lhs.second, (*it).second)) return false; in operator ==()