lt_meta.h 762 B

1234567891011121314151617181920212223242526272829303132
  1. #pragma once
  2. // @generated by torchgen/gen.py from NativeMetaFunction.h
  3. #include <c10/core/Scalar.h>
  4. #include <c10/core/Storage.h>
  5. #include <c10/core/TensorOptions.h>
  6. #include <c10/util/Deprecated.h>
  7. #include <c10/util/Optional.h>
  8. #include <c10/core/QScheme.h>
  9. #include <ATen/core/Reduction.h>
  10. #include <ATen/TensorIterator.h>
  11. #include <ATen/TensorMeta.h>
  12. #include <tuple>
  13. #include <vector>
  14. namespace at {
  15. namespace meta {
  16. struct TORCH_API structured_lt_Scalar : public TensorIteratorBase {
  17. void meta(const at::Tensor & self, const at::Scalar & other);
  18. };
  19. struct TORCH_API structured_lt_Tensor : public TensorIteratorBase {
  20. void meta(const at::Tensor & self, const at::Tensor & other);
  21. };
  22. } // namespace native
  23. } // namespace at