#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API ::std::tuple sort(const at::Tensor & self, int64_t dim=-1, bool descending=false); TORCH_API ::std::tuple sort_out(const at::Tensor & self, int64_t dim, bool descending, at::Tensor & values, at::Tensor & indices); struct TORCH_API structured_sort_stable_out : public at::meta::structured_sort_stable { void impl(const at::Tensor & self, c10::optional stable, int64_t dim, bool descending, const at::Tensor & values, const at::Tensor & indices); }; TORCH_API ::std::tuple sort_quantized_cpu_stable(const at::Tensor & self, c10::optional stable, int64_t dim=-1, bool descending=false); TORCH_API ::std::tuple sort(const at::Tensor & self, at::Dimname dim, bool descending=false); TORCH_API ::std::tuple sort_out(const at::Tensor & self, at::Dimname dim, bool descending, at::Tensor & values, at::Tensor & indices); TORCH_API ::std::tuple sort(const at::Tensor & self, c10::optional stable, at::Dimname dim, bool descending=false); TORCH_API ::std::tuple sort_out(const at::Tensor & self, c10::optional stable, at::Dimname dim, bool descending, at::Tensor & values, at::Tensor & indices); } // namespace native } // namespace at