Shortcuts

Function at::kthvalue_out(at::Tensor&, at::Tensor&, const at::Tensor&, int64_t, at::Dimname, bool)

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&> at::kthvalue_out(at::Tensor &values, at::Tensor &indices, const at::Tensor &self, int64_t k, at::Dimname dim, bool keepdim = false)

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