Shortcuts

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)

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources