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