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;
3 references to FlattenedLength
System.Numerics.Tensors (3)
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" />