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
Currently once the tensor is created, the size of the vector is fixed and there is no option to reshape or recreate. If new data is passed which is different size (or if it's required to re-configure a tensor to use a new array size), it is not possible. It should be made possible to resize and re-initialise tensors, whether directly through the OpCreateTensor or through a new operation.
The text was updated successfully, but these errors were encountered:
Currently once the tensor is created, the size of the vector is fixed and there is no option to reshape or recreate. If new data is passed which is different size (or if it's required to re-configure a tensor to use a new array size), it is not possible. It should be made possible to resize and re-initialise tensors, whether directly through the OpCreateTensor or through a new operation.
The text was updated successfully, but these errors were encountered: