Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
three_interpolate_backward 是 PointNet++ 中三点插值(three_interpolate)算子的反向传播,用于根据上游梯度 grad_x、最近邻索引 idx 和插值权重 weight,计算对原始特征点 points 的梯度 grad_y。
长尾算子
/assign
Thanks for sending an requirement! Please fill in the following template to help quickly solve your problem.
Backgroud(背景信息)
three_interpolate_backward 是 PointNet++ 中三点插值(three_interpolate)算子的反向传播,用于根据上游梯度 grad_x、最近邻索引 idx 和插值权重 weight,计算对原始特征点 points 的梯度 grad_y。
Origin(信息来源)
长尾算子
Benefit / Necessity (价值/作用)
Design(设计方案)