**Is your feature request related to a problem? Please describe.** As we already added `kwargs` to the `ascontiguousarray` utility, I checked all the other utilities in `pytorch_numpy_unification`, these items also have useful additional args of PyTorch Tensor: https://pytorch.org/docs/stable/generated/torch.quantile.html?highlight=torch%20quantile#torch.quantile https://pytorch.org/docs/stable/generated/torch.cumsum.html?highlight=torch%20cumsum#torch.cumsum https://pytorch.org/docs/stable/generated/torch.searchsorted.html?highlight=torch%20searchsorted#torch.searchsorted https://pytorch.org/docs/stable/generated/torch.repeat_interleave.html?highlight=torch%20repeat_interleave#torch.repeat_interleave Would be nice to also add `kwargs` for them.
Is your feature request related to a problem? Please describe.
As we already added
kwargsto theascontiguousarrayutility, I checked all the other utilities inpytorch_numpy_unification, these items also have useful additional args of PyTorch Tensor:https://pytorch.org/docs/stable/generated/torch.quantile.html?highlight=torch%20quantile#torch.quantile
https://pytorch.org/docs/stable/generated/torch.cumsum.html?highlight=torch%20cumsum#torch.cumsum
https://pytorch.org/docs/stable/generated/torch.searchsorted.html?highlight=torch%20searchsorted#torch.searchsorted
https://pytorch.org/docs/stable/generated/torch.repeat_interleave.html?highlight=torch%20repeat_interleave#torch.repeat_interleave
Would be nice to also add
kwargsfor them.