Rate this Page

Function at::topk#

Function Documentation#

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