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
if someone calls tf.tensor() with a null shape, we say Error: Constructing tensor of shape (NaN) should match the length of values (0). Instead we should just say the shape is null.
if someone calls tf.tensor() with values as null, we should say values is null, instead of saying that values is not a Flat/TypedArray.
For example:
tf.tensor()
with a null shape, we sayError: Constructing tensor of shape (NaN) should match the length of values (0)
. Instead we should just say the shape is null.tf.tensor()
with values as null, we should say values is null, instead of saying that values is not a Flat/TypedArray.See this discussion for context.
The text was updated successfully, but these errors were encountered: