Implemented interface member:
property
FlattenedLength
System.Numerics.Tensors.IReadOnlyTensor.FlattenedLength
7 references to FlattenedLength
System.Numerics.Tensors (7)
System\Numerics\Tensors\netcore\Tensor.cs (7)
172totalLength += tensors[i].FlattenedLength; 211totalLength += tensors[i].FlattenedLength; 248dstSpan = dstSpan.Slice((int)tensors[i].FlattenedLength); 270dstSpan = dstSpan.Slice((int)slice.FlattenedLength); 1427nint tempTotal = tensor.FlattenedLength; 1439if (tempLinear != tensor.FlattenedLength) 1641Span<T> ospan = MemoryMarshal.CreateSpan(ref output.AsTensorSpan()._reference, (int)output.FlattenedLength);