pub async fn arg_sort<FD, FS, D, T, B>(
    source: B,
    txn: T
) -> TCResult<BlockListFile<FD, FS, D, T>> where
    FD: File<Array>,
    FS: File<Node>,
    D: Dir,
    T: Transaction<D>,
    B: DenseAccess<FD, FS, D, T>,
    D::File: AsType<FD>,
    D::FileClass: From<TensorType>, 
Expand description

Compute the coordinates needed to sort the elements in the given dense Tensor.