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