Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backend] Integrate Paddle to ml module #7028

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

fix import

d31268a
Select commit
Loading
Failed to load commit list.
Open

[Backend] Integrate Paddle to ml module #7028

fix import
d31268a
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Oct 26, 2024 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Complexity increasing per file
==============================
- python/test/ml_ops/test_ragged_tensor_paddle.py  3
- python/open3d/ml/paddle/python/layers/neighbor_search.py  4
- cpp/pybind/generate_paddle_ops_wrapper.py  2
- python/open3d/ml/paddle/classes/ragged_tensor.py  2
- python/test/ml_ops/mltest.py  1
         

Clones added
============
- python/test/ml_ops/test_ragged_tensor_paddle.py  7
- cpp/open3d/ml/paddle/misc/KnnSearchOpKernel.cpp  8
- cpp/open3d/ml/paddle/misc/BuildSpatialHashTableOps.cpp  2
- cpp/open3d/ml/paddle/misc/FixedRadiusSearchOps.cpp  12
- cpp/open3d/ml/paddle/misc/FixedRadiusSearchOpKernel.cpp  4
- cpp/open3d/ml/paddle/misc/RadiusSearchOpKernel.cpp  8
- cpp/open3d/ml/paddle/misc/KnnSearchOps.cpp  12
- cpp/open3d/ml/paddle/misc/BuildSpatialHashTableOpKernel.cpp  1
- python/open3d/ml/paddle/python/layers/neighbor_search.py  5
- cpp/pybind/generate_paddle_ops_wrapper.py  1
- cpp/open3d/ml/paddle/PaddleHelper.h  2
- cpp/open3d/ml/paddle/misc/RadiusSearchOps.cpp  10
- cpp/open3d/ml/paddle/misc/InvertNeighborsListOps.cpp  3
         

Clones removed
==============
+ python/test/ml_ops/test_knn_search.py  -1
+ python/test/ml_ops/test_radius_search.py  -1
+ python/test/ml_ops/test_fixed_radius_search.py  -1
         

See the complete overview on Codacy