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