Implemented interface member:
property
IsDense
System.Numerics.Tensors.IReadOnlyTensor.IsDense
2 references to IsDense
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.cs (1)
1488if (!tensor.IsDense && !tensor.Strides.Contains(0))
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
345if (!IsDense)