2 references to ReadOnlyTensorSpan
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.cs (2)
1634
ReadOnlyTensorSpan<T> output = new
ReadOnlyTensorSpan
<T>(ref tensor._reference, tensor._shape.LinearLength, newLengths, strides);
2516
ReadOnlyTensorSpan<T> output = new
ReadOnlyTensorSpan
<T>(ref tensor._reference, tensor._shape.LinearLength, newLengths, newStrides);