> Do we allow mix of standard ops and qnn ones? The framework parsed graph might have a mix (as shown in the lowering of qconv2d). But in the `relay.build` function, my first pass would be quantize_rewrite pass, that will convert all the `qnn` ops to existing relay ops, resulting in whole graph consisting of only primitive ops.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/2351#issuecomment-508956549