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); 1455nint tempTotal = tensor.FlattenedLength; 1467if (tempLinear != tensor.FlattenedLength) 1669Span<T> ospan = MemoryMarshal.CreateSpan(ref output.AsTensorSpan()._reference, (int)output.FlattenedLength);