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)
1531if (!tensor.IsDense && !tensor.Strides.Contains(0)) 1668if (tensor.IsDense && destination.IsDense) 1799if (tensor.IsDense && other.IsDense) 3647if (x.IsDense) 3679if (x.IsDense) 3710if (x.IsDense) 3743if (x.IsDense)