#pragma once // @generated by torchgen/gen.py from Function.h #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); } }