#if !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION) #pragma once // @generated by torchgen/gen.py from Function.h #include #include #include #include #include #include #include #include #include #include #include #include #include #include namespace at { // aten::__and__.Scalar(Tensor self, Scalar other) -> Tensor inline at::Tensor __and__(const at::Tensor & self, const at::Scalar & other) { return at::_ops::__and___Scalar::call(self, other); } // aten::__and__.Tensor(Tensor self, Tensor other) -> Tensor inline at::Tensor __and__(const at::Tensor & self, const at::Tensor & other) { return at::_ops::__and___Tensor::call(self, other); } } #else #error "This file should not be included when either TORCH_STABLE_ONLY or TORCH_TARGET_VERSION is defined." #endif // !defined(TORCH_STABLE_ONLY) && !defined(TORCH_TARGET_VERSION)