#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API at::Tensor cholesky(const at::Tensor & self, bool upper=false); TORCH_API at::Tensor & cholesky_out(const at::Tensor & self, bool upper, at::Tensor & out); } // namespace native } // namespace at