Implemented interface member:
property
IsDense
System.Numerics.Tensors.IReadOnlyTensor.IsDense
9 references to IsDense
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
525
if (!
IsDense
)
System\Numerics\Tensors\netcore\Tensor.cs (8)
1544
if (!tensor.
IsDense
&& !tensor.Strides.Contains(0))
1681
if (tensor.
IsDense
&& destination.IsDense)
1812
if (tensor.
IsDense
&& other.
IsDense
)
3660
if (x.
IsDense
)
3692
if (x.
IsDense
)
3723
if (x.
IsDense
)
3756
if (x.
IsDense
)