Operators.cpp 347 B

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