Implemented interface member:
property
FlattenedLength
System.Numerics.Tensors.IReadOnlyTensor.FlattenedLength
9 references to FlattenedLength
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\Tensor.cs (9)
171totalLength += tensors[i].FlattenedLength; 215totalLength += tensors[i].FlattenedLength; 286dstSpan = dstSpan.Slice((int)tensors[i].FlattenedLength); 308dstSpan = dstSpan.Slice((int)slice.FlattenedLength); 1407nint tempTotal = tensor.FlattenedLength; 1419if (tempLinear != tensor.FlattenedLength) 1624Span<T> ospan = MemoryMarshal.CreateSpan(ref output.AsTensorSpan()._reference, (int)output.FlattenedLength); 1636nint copyLength = Math.Min(tensor.FlattenedLength, newSize); 1638Span<T> ospan = MemoryMarshal.CreateSpan(ref output.AsTensorSpan()._reference, (int)output.FlattenedLength);