Searched defs:FetchConstantMinMaxInputs (Results 1 – 2 of 2) sorted by relevance
46 struct FetchConstantMinMaxInputs { struct47 using AttrType = DenseFPElementsAttr;48 bool operator()(TFFakeQuantOp tf_op, AttrType &min_value, in operator()