5 references to Create
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
117_shape = TensorShape.Create(ref reference, span.Length); 254_shape = TensorShape.Create(ref data, dataLength);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
1072=> Create(ref Unsafe.AsRef<T>(address), linearLength);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
85_shape = TensorShape.Create(ref reference, span.Length); 155_shape = TensorShape.Create(ref data, dataLength);