Searched refs:ExpressedToQuantizedConverter (Results 1 – 5 of 5) sorted by relevance
20 const ExpressedToQuantizedConverter21 ExpressedToQuantizedConverter::forInputType(Type inputType) { in forInputType()25 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()26 return ExpressedToQuantizedConverter{inputType, elementType}; in forInputType()30 return ExpressedToQuantizedConverter{inputType, inputType}; in forInputType()32 return ExpressedToQuantizedConverter{inputType, nullptr}; in forInputType()35 Type ExpressedToQuantizedConverter::convert(QuantizedType elementalType) const { in convert()
32 struct ExpressedToQuantizedConverter { struct34 static const ExpressedToQuantizedConverter forInputType(Type inputType);
51 auto converter = ExpressedToQuantizedConverter::forInputType(op.getType()); in failableRewrite()
287 quant::ExpressedToQuantizedConverter::forInputType(inputDType); in buildQTypeFromMinMax()
86 quant::ExpressedToQuantizedConverter::forInputType(input_type); in GetQuantizedType()