#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 linalg_cond(const at::Tensor & self, const c10::optional & p=c10::nullopt); TORCH_API at::Tensor & linalg_cond_out(const at::Tensor & self, const c10::optional & p, at::Tensor & out); TORCH_API at::Tensor linalg_cond(const at::Tensor & self, c10::string_view p); TORCH_API at::Tensor & linalg_cond_out(const at::Tensor & self, c10::string_view p, at::Tensor & out); } // namespace native } // namespace at