You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kratsg@lukasheinrich If there is still interest in this I have a branch (feat/add-atleast_1d-method) with this already implemented. I think this would have limited use, but it could still have some use.
Description
As @lukasheinrich mentioned in PR #972, it could be nice at times to have a
atleast_1d
method in the tensorlib.This already exists in NumPy and JAX
numpy.atleast_1d
jax.numpy.atleast_1d
and it looks like it will be added to PyTorch in the future as it exists on
master
torch.atleast_1d
similarly TensorFlow is only available in the nightly build
tf.experimental.numpy.atleast_1d
Related Issue
Issue #973
The text was updated successfully, but these errors were encountered: