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)
253if (!destination.IsDense) 390if (destination.IsDense) 428if (destination.IsDense) 1468if (!tensor.IsDense && !tensor.Strides.Contains(0)) 1681if (tensor.IsDense && destination.IsDense)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
406if (!IsDense)