Searched refs:EqualAttrs (Results 1 – 3 of 3) sorted by relevance
146 if (!a->attrs().EqualAttrs(b->attrs(), scratch)) return false; in Equivalent()
159 bool EqualAttrs(AttrSlice other, Scratch* scratch) const;
192 bool AttrSlice::EqualAttrs(AttrSlice other, Scratch* scratch) const { in EqualAttrs() function in tensorflow::AttrSlice