5 references to Create
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (2)
144_shape = TensorShape.Create(ref reference, span.Length, lengths, strides, pinned: false); 243_shape = TensorShape.Create(ref data, dataLength, lengths, strides, pinned);
System\Numerics\Tensors\netcore\TensorShape.cs (1)
957=> Create(ref Unsafe.AsRef<T>(address), linearLength, lengths, strides, pinned: true);
System\Numerics\Tensors\netcore\TensorSpan_1.cs (2)
92_shape = TensorShape.Create(ref reference, span.Length, lengths, strides, pinned: false); 143_shape = TensorShape.Create(ref data, dataLength, lengths, strides, pinned);