RedispatchFunctions.cpp 307 B

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