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
)
377
if (destination.
IsDense
)
415
if (destination.
IsDense
)
1455
if (!tensor.
IsDense
&& !tensor.Strides.Contains(0))
1668
if (tensor.IsDense && destination.
IsDense
)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
406
if (!
IsDense
)