Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
eee42492
Unverified
Commit
eee42492
authored
Apr 13, 2021
by
Francisco Massa
Committed by
GitHub
Apr 13, 2021
Browse files
[FBcode->GH] Fix spelling in comment (#3663)
parent
512ea299
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/csrc/ops/quantized/cpu/qnms_kernel.cpp
torchvision/csrc/ops/quantized/cpu/qnms_kernel.cpp
+1
-1
No files found.
torchvision/csrc/ops/quantized/cpu/qnms_kernel.cpp
View file @
eee42492
...
@@ -60,7 +60,7 @@ at::Tensor qnms_kernel_impl(
...
@@ -60,7 +60,7 @@ at::Tensor qnms_kernel_impl(
continue
;
continue
;
keep
[
num_to_keep
++
]
=
i
;
keep
[
num_to_keep
++
]
=
i
;
// We explicit
e
ly cast coordinates to float so that the code can be
// We explicitly cast coordinates to float so that the code can be
// vectorized.
// vectorized.
float
ix1val
=
x1
[
i
].
val_
;
float
ix1val
=
x1
[
i
].
val_
;
float
iy1val
=
y1
[
i
].
val_
;
float
iy1val
=
y1
[
i
].
val_
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment