diff --git a/backends/cadence/hifi/operators/targets.bzl b/backends/cadence/hifi/operators/targets.bzl index c94b9a3b19e..61a526b4073 100644 --- a/backends/cadence/hifi/operators/targets.bzl +++ b/backends/cadence/hifi/operators/targets.bzl @@ -47,6 +47,7 @@ OPERATORS = [ "pow", "quantized_fully_connected_out", "quantize_per_tensor", + "quantized_conv_out", "quantized_layer_norm", "quantized_linear_out", "quantized_relu_out",