Rate this Page

Function at::topk_symint_outf#

Function Documentation#

inline ::std::tuple<at::Tensor&, at::Tensor&> at::topk_symint_outf(const at::Tensor &self, c10::SymInt k, int64_t dim, bool largest, bool sorted, at::Tensor &values, at::Tensor &indices)#