1 #pragma once 2 3 #include <ATen/ATen.h> 4 5 namespace at { 6 namespace native { 7 8 template < 9 typename index_t, 10 void compute(index_t*, int64_t*, ...
確定! 回上一頁