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