1 // ${generated_comment} 2 3 #include <ATen/RedispatchFunctions.h> 4 #include <ATen/Functions.h> 5 6 #include <ATen/core/dispatch/Dispatcher.h> 7 #include <ATen/core/op_registration/adaption.h> 8 9 namespace at { 10 11 namespace redispatch { 12 ${function_redispatch_definitions} 13 } // namespace redispatch 14 15 } // namespace at 16