mbaret commented on issue #4933: [Relay] Target annotation for external codegen URL: https://github.com/apache/incubator-tvm/pull/4933#issuecomment-591065765 To give an example, we match qnn.conv_2d -> bias_add -> requantize to a composite convolution (which represents a tflite quantized convolution). But we can still have additional requirements if, for instance, only convolutions with a certain kernel size or tensors of a certain size are supported. Merge composite just does a structural pattern match, it doesn't allow for you to insert arbitrary logic on whether a particular set of attrs and args are supported.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
