[BYOC][Layout conversion] How to use Convert layout pass with BYOC flow?

@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?