Implemented interface member:
property
IsDense
System.Numerics.Tensors.IReadOnlyTensor.IsDense
9 references to IsDense
System.Numerics.Tensors (9)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
525if (!IsDense)
System\Numerics\Tensors\netcore\Tensor.cs (8)
1544if (!tensor.IsDense && !tensor.Strides.Contains(0)) 1681if (tensor.IsDense && destination.IsDense) 1812if (tensor.IsDense && other.IsDense) 3660if (x.IsDense) 3692if (x.IsDense) 3723if (x.IsDense) 3756if (x.IsDense)