5 references to Create
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
116_shape = TensorShape.Create(ref reference, span.Length); 253_shape = TensorShape.Create(ref data, dataLength);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
1056=> Create(ref Unsafe.AsRef<T>(address), linearLength);
System\Numerics\Tensors\netcore\TensorSpan.cs (2)
84_shape = TensorShape.Create(ref reference, span.Length); 154_shape = TensorShape.Create(ref data, dataLength);