Rate this Page

Function at::topk_symint#

Function Documentation#

inline ::std::tuple<at::Tensor, at::Tensor> at::topk_symint(const at::Tensor &self, c10::SymInt k, int64_t dim = -1, bool largest = true, bool sorted = true)#