Implemented interface member:
property
IsDense
System.Numerics.Tensors.IReadOnlyTensor.IsDense
6 references to IsDense
System.Numerics.Tensors (6)
System\Numerics\Tensors\netcore\Tensor.cs (5)
253
if (!destination.
IsDense
)
390
if (destination.
IsDense
)
428
if (destination.
IsDense
)
1468
if (!tensor.
IsDense
&& !tensor.Strides.Contains(0))
1681
if (tensor.IsDense && destination.
IsDense
)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
406
if (!
IsDense
)