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