Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dflhw committed May 9, 2023
1 parent 4d5feca commit 3310039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mmcv/ops/csrc/pytorch/npu/active_rotated_filter_npu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ void active_rotated_filter_forward_impl(const Tensor input,
void active_rotated_filter_backward_impl(const Tensor grad_out,
const Tensor indices, Tensor grad_in);

void active_rotated_filter_forward_npu(const Tensor input,
const Tensor indices, Tensor output) {
void active_rotated_filter_forward_npu(const Tensor input, const Tensor indices,
Tensor output) {
OpCommand cmd;
cmd.Name("ActiveRotatedFilter")
.Input(input)
Expand Down

0 comments on commit 3310039

Please sign in to comment.