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