-
Notifications
You must be signed in to change notification settings - Fork 668
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(autoware_tensorrt_common): multi-TensorRT compatibility & te…
…nsorrt_common as unified lib for all perception components (#9762) * refactor(autoware_tensorrt_common): multi-TensorRT compatibility & tensorrt_common as unified lib for all perception components Signed-off-by: Amadeusz Szymko <[email protected]> * style(pre-commit): autofix * style(autoware_tensorrt_common): linting Signed-off-by: Amadeusz Szymko <[email protected]> * style(autoware_lidar_centerpoint): typo Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * docs(autoware_tensorrt_common): grammar Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * fix(autoware_lidar_transfusion): reuse cast variable Signed-off-by: Amadeusz Szymko <[email protected]> * fix(autoware_tensorrt_common): remove deprecated inference API Signed-off-by: Amadeusz Szymko <[email protected]> * style(autoware_tensorrt_common): grammar Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * style(autoware_tensorrt_common): grammar Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> * fix(autoware_tensorrt_common): const pointer Signed-off-by: Amadeusz Szymko <[email protected]> * fix(autoware_tensorrt_common): remove unused method declaration Signed-off-by: Amadeusz Szymko <[email protected]> * style(pre-commit): autofix * refactor(autoware_tensorrt_common): readability Co-authored-by: Kotaro Uetake <[email protected]> * fix(autoware_tensorrt_common): return if layer not registered Signed-off-by: Amadeusz Szymko <[email protected]> * refactor(autoware_tensorrt_common): readability Co-authored-by: Kotaro Uetake <[email protected]> * fix(autoware_tensorrt_common): rename struct Signed-off-by: Amadeusz Szymko <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: Amadeusz Szymko <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Kenzo Lobos Tsunekawa <[email protected]> Co-authored-by: Kotaro Uetake <[email protected]>
- Loading branch information
1 parent
594c099
commit 2a94090
Showing
47 changed files
with
2,345 additions
and
2,063 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 0 additions & 53 deletions
53
...ion/autoware_lidar_centerpoint/include/autoware/lidar_centerpoint/network/network_trt.hpp
This file was deleted.
Oops, something went wrong.
67 changes: 0 additions & 67 deletions
67
...utoware_lidar_centerpoint/include/autoware/lidar_centerpoint/network/tensorrt_wrapper.hpp
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.