We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46acc71 commit e94c2ffCopy full SHA for e94c2ff
kernels/quantized/cpu/op_dequantize.cpp
@@ -188,7 +188,7 @@ bool can_use_optimized_dequantize_per_channel(
188
void dequantize_per_channel_optimized(
189
const Tensor& in,
190
const Tensor& scales,
191
- const optional<Tensor>& opt_zero_points,
+ const exec_aten::optional<Tensor>& opt_zero_points,
192
Tensor& out,
193
int64_t axis,
194
int64_t quant_min,
0 commit comments