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
We currently do not explicitly manage dtypes of tensors in array (analogous to numpy), although we use numpy arrays for much of the underlying data in pyttb tensors, so we inherit some of that functionality.
If we want to support this, this would require revisiting constructors and methods that involve boolean values.
Suggestion: push this to post-2.0.
The text was updated successfully, but these errors were encountered:
This is a change from MATLAB TTB, where boolean tensors are represented using values of 1 (true) and 0 (false), rather that as true boolean tensors:
And here is the corresponding
pyttb
code:We currently do not explicitly manage
dtype
s of tensors in array (analogous tonumpy
), although we usenumpy
arrays for much of the underlying data inpyttb
tensors, so we inherit some of that functionality.If we want to support this, this would require revisiting constructors and methods that involve boolean values.
Suggestion: push this to post-2.0.
The text was updated successfully, but these errors were encountered: