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
Create a NNTensor class that manages every backend specific tensor case.
For example torch has some operations that are not present in tensorflow or jax (detach(), cpu(), etc.. )
Create a NNTensor class that manages every backend specific tensor case.
For example torch has some operations that are not present in tensorflow or jax (detach(), cpu(), etc.. )