guan404ming opened a new pull request, #18629: URL: https://github.com/apache/tvm/pull/18629
## Why The `conv1d_transpose` and `conv2d_transpose` operators were missing FInferMixedPrecision and FRelaxInferLayout attribute implementations, which are needed for: - Mixed precision training/inference support (e.g., float16 inputs with float32 outputs) - Layout transformation optimizations during compilation - Consistency with conv1d and conv2d operators which already have these attributes ## How - Implemented InferLayoutConv1dTranspose and InferMixedPrecisionConv1dTranspose - Implemented InferLayoutConv2dTranspose and InferMixedPrecisionConv2dTranspose -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
