Implemented interface member:
property
FlattenedLength
System.Numerics.Tensors.IReadOnlyTensor.FlattenedLength
6 references to FlattenedLength
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\Tensor.cs (2)
507nint flattenedLength = FlattenedLength; 659return _items < _tensor.FlattenedLength;
System\Numerics\Tensors\netcore\TensorExtensions.cs (4)
72intermediate.FlattenTo(MemoryMarshal.CreateSpan(ref output._values[0], (int)output.FlattenedLength)); 228if (newSize == input.FlattenedLength) 2745if (tempLinear != tensor.FlattenedLength) 2931Span<T> ospan = MemoryMarshal.CreateSpan(ref output.AsTensorSpan()._reference, (int)output.FlattenedLength);