1 implementation of IsDense
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
151
public bool
IsDense
=> _shape.IsDense;
4 references to IsDense
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\IReadOnlyTensor.cs (1)
29
/// <summary>Determines if the current tensor has any dimension where <c>GetDimensionSpan(int)</c> will iterate through tensors that would have <see cref="
IsDense
" /> be <c>true</c>.</summary>
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
305
/// <inheritdoc cref="IReadOnlyTensor.
IsDense
" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
150
/// <inheritdoc cref="IReadOnlyTensor.
IsDense
" />
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
207
/// <inheritdoc cref="IReadOnlyTensor.
IsDense
" />