Methodforward input: xyz: (n, 3), new_xyz: (m, 3), offset: (b), new_offset: (b) output: idx: (m, nsample), dist2: (m, nsample)
models/scene_models/pointops.py:32
Methodforward input: input1: (n, c), input2: (n, c), idx: (n, nsample) output: (n, nsample, c)
models/scene_models/pointops.py:105
Methodforward input: input: (n, c), position: (n, nsample, c), weight : (n, nsample, c'), idx: (n, nsample) output: (n, c)
models/scene_models/pointops.py:135
Methodforward input: xyz: (m, 3), new_xyz: (n, 3), input: (m, c), offset: (b), new_offset: (b) output: (n, c)
models/scene_models/pointops.py:183
Functioninterpolation input: xyz: (m, 3), new_xyz: (n, 3), feat: (m, c), offset: (b), new_offset: (b) output: (n, c)
models/scene_models/pointops.py:164
Functionqueryandgroup input: xyz: (n, 3), new_xyz: (m, 3), feat: (n, c), idx: (m, nsample), offset: (b), new_offset: (b) output: new_feat: (m, c+3, nsample), group
models/scene_models/pointops.py:79