#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::__or__.Scalar(Tensor self, Scalar other) -> Tensor inline at::Tensor __or__(const at::Tensor & self, const at::Scalar & other) { return at::_ops::__or___Scalar::call(self, other); } // aten::__or__.Tensor(Tensor self, Tensor other) -> Tensor inline at::Tensor __or__(const at::Tensor & self, const at::Tensor & other) { return at::_ops::__or___Tensor::call(self, other); } }