3 implementations of FlattenedLength
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
269public 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)
170public nint FlattenedLength => _shape.FlattenedLength;
4 references to FlattenedLength
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\IReadOnlyTensor_1.cs (1)
79/// <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)
268/// <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)
169/// <inheritdoc cref="IReadOnlyTensor.FlattenedLength" />