1 implementation of IsEmpty
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor.cs (1)
150public bool IsEmpty => _lengths.Length == 0;