pub fn interpolate_angle_tensor<B: Backend>( cur_angle: Tensor<B, 1>, other_angle: Tensor<B, 1>, _cur_w: f32, other_w: f32, ) -> Tensor<B, 1>