1 #include <torch/library.h> 2 TORCH_LIBRARY_IMPL(_,BackendSelect,m)3TORCH_LIBRARY_IMPL(_, BackendSelect, m) { 4 m.fallback(torch::CppFunction::makeFallthrough()); 5 } 6
1 #include <torch/library.h> 2 TORCH_LIBRARY_IMPL(_,BackendSelect,m)3TORCH_LIBRARY_IMPL(_, BackendSelect, m) { 4 m.fallback(torch::CppFunction::makeFallthrough()); 5 } 6