Skip to content

Commit 2d499b3

Browse files
authored
Add quantize_per_channel and dequantize_per_channel to q_dq_ops target
Differential Revision: D66400800 Pull Request resolved: #7045
1 parent a347665 commit 2d499b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernels/quantized/targets.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def define_common_targets():
6969
"quantized_decomposed::dequantize_per_tensor.Tensor_out",
7070
"quantized_decomposed::quantize_per_tensor.out",
7171
"quantized_decomposed::quantize_per_tensor.Tensor_out",
72+
"quantized_decomposed::dequantize_per_channel.out",
73+
"quantized_decomposed::quantize_per_channel.out",
7274
],
7375
)
7476

0 commit comments

Comments
 (0)