3 implementations of FlattenedLength
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
272public nint FlattenedLength => _shape.FlattenedLength;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
100public nint FlattenedLength => _shape.FlattenedLength;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
173public nint FlattenedLength => _shape.FlattenedLength;
4 references to FlattenedLength
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\IReadOnlyTensor_1.cs (1)
82/// <para><paramref name="length" /> is negative, greater than <see cref="IReadOnlyTensor.FlattenedLength" />, or would cause the span to contain elements that should be skipped due to <see cref="IReadOnlyTensor.Strides" />.</para>
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
271/// <inheritdoc cref="IReadOnlyTensor.FlattenedLength" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
99/// <inheritdoc cref="IReadOnlyTensor.FlattenedLength" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
172/// <inheritdoc cref="IReadOnlyTensor.FlattenedLength" />