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