8 references to IsEmpty
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
281public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
109public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\TensorShape.cs (5)
581if (shape1.IsEmpty) 583return shape2.IsEmpty; 585else if (shape2.IsEmpty) 654return shape2.IsEmpty; 656else if (shape2.IsEmpty)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
182public bool IsEmpty => _shape.IsEmpty;