Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
c336139f
Unverified
Commit
c336139f
authored
May 20, 2020
by
Yan Yan
Committed by
GitHub
May 20, 2020
Browse files
Merge pull request #105 from dev-fennek/master
Update all.cc
parents
83344f71
f0d7a46d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/spconv/all.cc
src/spconv/all.cc
+1
-1
No files found.
src/spconv/all.cc
View file @
c336139f
...
@@ -38,4 +38,4 @@ static auto registry =
...
@@ -38,4 +38,4 @@ static auto registry =
&
spconv
::
indiceMaxPoolBackward
<
at
::
Half
>
)
&
spconv
::
indiceMaxPoolBackward
<
at
::
Half
>
)
.
op
(
"spconv::nms"
,
&
spconv
::
nonMaxSuppression
<
float
>
)
.
op
(
"spconv::nms"
,
&
spconv
::
nonMaxSuppression
<
float
>
)
.
op
(
"spconv::pillar_scatter_float"
,
&
spconv
::
pointPillarScatter
<
float
>
)
.
op
(
"spconv::pillar_scatter_float"
,
&
spconv
::
pointPillarScatter
<
float
>
)
.
op
(
"spconv::pillar_scatter_half"
,
&
spconv
::
pointPillarScatter
<
at
::
Half
>
);
.
op
(
"spconv::pillar_scatter_half"
,
&
spconv
::
pointPillarScatter
<
at
::
Half
>
);
\ No newline at end of file
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