Skip to content

Commit e94c2ff

Browse files
authored
Disable c10::optional macros in executorch
Differential Revision: D67293349 Pull Request resolved: #7335
1 parent 46acc71 commit e94c2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernels/quantized/cpu/op_dequantize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ bool can_use_optimized_dequantize_per_channel(
188188
void dequantize_per_channel_optimized(
189189
const Tensor& in,
190190
const Tensor& scales,
191-
const optional<Tensor>& opt_zero_points,
191+
const exec_aten::optional<Tensor>& opt_zero_points,
192192
Tensor& out,
193193
int64_t axis,
194194
int64_t quant_min,

0 commit comments

Comments
 (0)