2 references to IsEmpty
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan.cs (1)
390public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
396public bool IsEmpty => _shape.IsEmpty;