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)
175totalLength += tensors[i].FlattenedLength; 214totalLength += tensors[i].FlattenedLength; 251dstSpan = dstSpan.Slice((int)tensors[i].FlattenedLength); 273dstSpan = dstSpan.Slice((int)slice.FlattenedLength); 1438nint tempTotal = tensor.FlattenedLength; 1450if (tempLinear != tensor.FlattenedLength) 1652Span<T> ospan = MemoryMarshal.CreateSpan(ref output.AsTensorSpan()._reference, (int)output.FlattenedLength);