Equivalent of `torch.unique` in libtorch

Does the equivalent of torch.unique exists in the libtorch C++ backend? So far, I have not found it yet.

You could use at::_unique in libtorch.