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