4 references to Create
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
132_shape = TensorShape.Create(ref reference, span.Length, lengths); 260_shape = TensorShape.Create(ref data, dataLength, lengths);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
93_shape = TensorShape.Create(ref reference, span.Length, lengths); 161_shape = TensorShape.Create(ref data, dataLength, lengths);