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