Commit eb7da512 authored by rusty1s's avatar rusty1s
Browse files

update

parent 6d2704b2
......@@ -10,7 +10,7 @@
// #endif
#ifdef _WIN32
PyMODINIT_FUNC PyInit__C(void) { return NULL; }
PyMODINIT_FUNC PyInit__scatter(void) { return NULL; }
#endif
std::tuple<torch::Tensor, torch::optional<torch::Tensor>>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment