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
Based on the discussion in #107266, we need to decide if we want TensorSpan/ReadOnlyTensorSpan to have a System.Array constructor or if we want it to be some type of Create method instead due to the potential pitfalls of inherent array typing.
Based on the discussion in #107266, we need to decide if we want TensorSpan/ReadOnlyTensorSpan to have a
System.Arrayconstructor or if we want it to be some type ofCreatemethod instead due to the potential pitfalls of inherent array typing.