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)
171totalLength += tensors[i].FlattenedLength; 210totalLength += tensors[i].FlattenedLength; 247dstSpan = dstSpan.Slice((int)tensors[i].FlattenedLength); 269dstSpan = dstSpan.Slice((int)slice.FlattenedLength); 1339nint tempTotal = tensor.FlattenedLength; 1351if (tempLinear != tensor.FlattenedLength) 1553Span<T> ospan = MemoryMarshal.CreateSpan(ref output.AsTensorSpan()._reference, (int)output.FlattenedLength);