1 implementation of IsDense
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
151public bool IsDense => _shape.IsDense;
4 references to IsDense
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\IReadOnlyTensor.cs (1)
29/// <summary>Gets a value that indicates whether the current tensor has any dimension span where <see cref="IsDense" /> is <see langword="true"/>.</summary>
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
306/// <inheritdoc cref="IReadOnlyTensor.IsDense" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
150/// <inheritdoc cref="IReadOnlyTensor.IsDense" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
208/// <inheritdoc cref="IReadOnlyTensor.IsDense" />