Searched defs:FetchMinMaxAttrs (Results 1 – 2 of 2) sorted by relevance
35 struct FetchMinMaxAttrs { struct36 using AttrType = FloatAttr;37 bool operator()(TFFakeQuantOp tf_op, AttrType &min_value, in operator()