Searched refs:RequantizeValue (Results 1 – 1 of 1) sorted by relevance
204 void RequantizeValue(Value value, RequantizeState *state, Location loc);561 RequantizeValue(value, state, op->getLoc()); in RequantizeOpResult()575 RequantizeValue(value, state, builder_.getUnknownLoc()); in RequantizeArg()578 void QuantizationDriver::RequantizeValue(Value value, RequantizeState *state, in RequantizeValue() function in mlir::quant::QuantizationDriver