Implemented interface member:
property
IsDense
System.Numerics.Tensors.IReadOnlyTensor.IsDense
3 references to IsDense
System.Numerics.Tensors (3)
System\Numerics\Tensors\netcore\Tensor.cs (2)
1395
if (!tensor.
IsDense
&& !tensor.Strides.Contains(0))
1621
if (tensor.
IsDense
)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
264
if (!
IsDense
)