6 references to Create
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
150_shape = TensorShape.Create(ref reference, span.Length, lengths, strides); 265_shape = TensorShape.Create(ref data, dataLength, lengths, strides);
System\Numerics\Tensors\netcore\TensorShape.cs (2)
1059=> Create(ref Unsafe.AsRef<T>(address), linearLength, lengths, strides: []); 1062=> Create(ref Unsafe.AsRef<T>(address), linearLength, lengths, strides);
System\Numerics\Tensors\netcore\TensorSpan.cs (2)
100_shape = TensorShape.Create(ref reference, span.Length, lengths, strides); 166_shape = TensorShape.Create(ref data, dataLength, lengths, strides);