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)
1395if (!tensor.IsDense && !tensor.Strides.Contains(0)) 1621if (tensor.IsDense)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
264if (!IsDense)