4 Commits

Author SHA1 Message Date
Tianqi Chen 33dcea1686 [REFACTOR][LINT] Modernize ruff config (#18810)
This PR removes the extra lint violations from the codebase so lint
aligns with the latest style
2026-02-23 07:29:21 -05:00
Tianqi Chen aa2e609136 [LINT] Modernize lint to use pre-commit hooks (#18807)
This PR migrates existing lint to use pre-commit hooks
2026-02-22 11:03:21 -05:00
Ritwik Das 38c9eb1a78 Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd (#7397)
* Fix Bug in Bilinear Interpolation

* Add NHWC Tests

* clean

* Fix Bug and Add Deformable Conv PyTorch for completeness

* Add Tensor Utils

* Remove stuff

* Include vector

* PR Comments

* Empty Commit for CI

Co-authored-by: Ubuntu <ubuntu@ip-172-31-42-251.us-east-2.compute.internal>
2021-02-04 20:49:07 -08:00
Wuwei Lin 73a1a9a69f [TOPI] deformable_conv2d in NHWC (#6999)
* [TOPI] deformable_conv2d in NHWC

* Update python/tvm/topi/generic/nn.py

Co-authored-by: Cody Yu <comaniac0422@gmail.com>

* Update python/tvm/topi/testing/deformable_conv2d_python.py

Co-authored-by: Cody Yu <comaniac0422@gmail.com>

* style

* fix

* style

Co-authored-by: Cody Yu <comaniac0422@gmail.com>
2020-12-01 11:59:09 -08:00