Searched refs:TFIntListIsAllOnes (Results 1 – 4 of 4) sorted by relevance
65 bool TFIntListIsAllOnes(const ArrayAttr &attr);
93 bool TFIntListIsAllOnes(const ArrayAttr &attr) { in TFIntListIsAllOnes() function
91 if (dilations && !TFIntListIsAllOnes(dilations)) { in matchAndRewrite()
90 def IsAllOnes : AttrConstraint<CPred<"TFIntListIsAllOnes($_self)">>;