@anijain2305 I realized that in my BYOC flow, I injest QNN graph directly before canonicalize, so what I really need is conversion from NCHW qnn.convolution to NCHWc one. Does QNN convolution supports NCHWc layout? From looking at qnn/op/convolution.cc, it seems it only supports NCHW and NHWC?