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