Rate this Page

Function at::topk_out#

Function Documentation#

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