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
torch-scatter
Commits
eb7da512
"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "61f6c5472a33bf575ec04b7da588930b4b69706e"
Commit
eb7da512
authored
Feb 11, 2020
by
rusty1s
Browse files
update
parent
6d2704b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/scatter.cpp
csrc/scatter.cpp
+1
-1
No files found.
csrc/scatter.cpp
View file @
eb7da512
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
// #endif
// #endif
#ifdef _WIN32
#ifdef _WIN32
PyMODINIT_FUNC
PyInit__
C
(
void
)
{
return
NULL
;
}
PyMODINIT_FUNC
PyInit__
scatter
(
void
)
{
return
NULL
;
}
#endif
#endif
std
::
tuple
<
torch
::
Tensor
,
torch
::
optional
<
torch
::
Tensor
>>
std
::
tuple
<
torch
::
Tensor
,
torch
::
optional
<
torch
::
Tensor
>>
...
...
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