3 implementations of IsDense
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
275public bool IsDense => _shape.IsDense;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
106public bool IsDense => _shape.IsDense;
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
176public bool IsDense => _shape.IsDense;
4 references to IsDense
System.Numerics.Tensors (4)
System\Numerics\Tensors\netcore\IReadOnlyTensor.cs (1)
28/// <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)
274/// <inheritdoc cref="IReadOnlyTensor.IsDense" />
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
105/// <inheritdoc cref="IReadOnlyTensor.IsDense" />
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
175/// <inheritdoc cref="IReadOnlyTensor.IsDense" />