Shortcuts

Function at::unique_consecutive_out

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&, at::Tensor&> at::unique_consecutive_out(at::Tensor &out0, at::Tensor &out1, at::Tensor &out2, const at::Tensor &self, bool return_inverse = false, bool return_counts = false, ::std::optional<int64_t> dim = ::std::nullopt)

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