fix a bug in create tensor_view with vec data type (#1155)
When create a tensor_view with vector date type, the last dimension of the shape should be divided by the vec_size.
Showing
Please register or sign in to comment
When create a tensor_view with vector date type, the last dimension of the shape should be divided by the vec_size.