lint fix 2

pull/3267/head
hust17yixuan 2025-03-24 15:47:17 +08:00
parent a220877827
commit 3800e3db63
1 changed files with 1 additions and 1 deletions

View File

@ -41,5 +41,5 @@ void assign_score_withk_backward_impl(
const Tensor& scores, const Tensor& knn_idx, Tensor& grad_points,
Tensor& grad_centers, Tensor& grad_scores);
REGISTER_NPU_IMPL(assign_score_withk_backward_impl,
REGISTER_NPU_IMPL(assign_score_withk_backward_impl,
assign_score_withk_backward_npu);