#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::adjoint(Tensor(a) self) -> Tensor(a) inline at::Tensor adjoint(const at::Tensor & self) { return at::_ops::adjoint::call(self); } }