weicheng-hsu opened a new pull request, #19530:
URL: https://github.com/apache/tvm/pull/19530

   This commit adds support for the CONV_3D_TRANSPOSE operator in the Relax 
TFLite frontend.
   
   Key implementations:
   - Registered CONV_3D_TRANSPOSE to the TFLite op map.
   - Implemented convert_conv3d_transpose which shares Conv3DOptions with 
regular Conv3D but handles the distinct tensor input layout [output_shape, 
weight, data, bias] and the DHWOI kernel layout.
   - Added calculation for SAME padding that correctly handles transposed 
convolution semantics, computing padding and output_padding based on dilated 
kernel and stride sizes.
   - Added comprehensive unit tests for valid and same padding in 
test_frontend_tflite.py.
   
   Testing:
   - `python3 -m pytest tests/python/relax/test_frontend_tflite.py -k 
"test_conv3d_transpose"`
   
   Related to: https://github.com/apache/tvm/issues/19519


-- 
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]

Reply via email to