1 #include <ATen/Tensor.h> 2 #include <ATen/core/dispatch/Dispatcher.h> 3 4 // ${generated_comment} 5 // NOTE See [Sharded File] comment in VariableType 6 7 #ifndef AT_PER_OPERATOR_HEADERS 8 #include <ATen/Operators.h> 9 #else 10 ${operator_headers} 11 #endif 12 13 ${static_dispatch_extra_headers} 14 15 namespace at { namespace _ops { 16 17 ${definitions} 18 19 }} // namespace at::_ops 20