↓ 5 callersFunctionthree_interpolate Input: points: (b,m,c) float32 array, known points idx: (b,n,3) int32 array, indices to known points weight: (b,n,3) floa
tf_ops/3d_interpolation/tf_interpolate.py:19
↓ 5 callersFunctionthree_nn Input: xyz1: (b,n,3) float32 array, unknown points xyz2: (b,m,3) float32 array, known points Output: dist: (b,n,3) fl
tf_ops/3d_interpolation/tf_interpolate.py:8
↓ 3 callersFunctiongroup_point Input: points: (batch_size, ndataset, channel) float32 array, points to sample from idx: (batch_size, npoint, nsample) int32 arra
tf_ops/grouping/tf_grouping.py:33
↓ 1 callersFunctiongroup_point_cpuinput: points (b,n,c), idx (b,m,nsample) output: out (b,m,nsample,c)
tf_ops/grouping/test/query_ball_point.cpp:52
↓ 1 callersFunctiongroup_point_grad_cpuinput: grad_out (b,m,nsample,c), idx (b,m,nsample), output: grad_points (b,n,c)
tf_ops/grouping/test/query_ball_point.cpp:70
↓ 1 callersFunctioninterpolate_cpuinput: points (b,m,c), idx (b,n,3), weight (b,n,3) output: out (b,n,c)
tf_ops/3d_interpolation/interpolate.cpp:84
↓ 1 callersFunctioninterpolate_grad_cpuinput: grad_out (b,n,c), idx (b,n,3), weight (b,n,3) output: grad_points (b,m,c)
tf_ops/3d_interpolation/interpolate.cpp:108
↓ 1 callersFunctionquery_ball_point_cpuinput: radius (1), nsample (1), xyz1 (b,n,3), xyz2 (b,m,3) output: idx (b,m,nsample)
tf_ops/grouping/test/query_ball_point.cpp:19
↓ 1 callersFunctionselect_top_k Input: k: int32, number of k SMALLEST elements selected dist: (b,m,n) float32 array, distance matrix, m query points, n dataset p
tf_ops/grouping/tf_grouping.py:22
↓ 1 callersFunctionselection_sort_cpuinput: k (1), distance matrix dist (b,m,n) output: idx (b,m,n), val (b,m,n)
tf_ops/grouping/test/selection_sort.cpp:20
↓ 1 callersFunctionthreeinterpolate_cpuinput: points (b,m,c), idx (b,n,3), weight (b,n,3) output: out (b,n,c)
tf_ops/3d_interpolation/tf_interpolate.cpp:107
↓ 1 callersFunctionthreeinterpolate_grad_cpuinput: grad_out (b,n,c), idx (b,n,3), weight (b,n,3) output: grad_points (b,m,c)
tf_ops/3d_interpolation/tf_interpolate.cpp:131
↓ 1 callersFunctionthreenn_cpuFind three nearest neigbors with square distance input: xyz1 (b,n,3), xyz2(b,m,3) output: dist (b,n,3), idx (b,n,3)
tf_ops/3d_interpolation/interpolate.cpp:21
↓ 1 callersFunctionthreenn_cpuFind three nearest neigbors with square distance input: xyz1 (b,n,3), xyz2(b,m,3) output: dist (b,n,3), idx (b,n,3)
tf_ops/3d_interpolation/tf_interpolate.cpp:60