xref: /aosp_15_r20/external/pytorch/aten/src/ATen/templates/RedispatchFunctions.cpp (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
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