8 references to IsEmpty
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
309public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
154public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\TensorShape.cs (5)
639if (shape1.IsEmpty) 641return shape2.IsEmpty; 643else if (shape2.IsEmpty) 712return shape2.IsEmpty; 714else if (shape2.IsEmpty)
System\Numerics\Tensors\netcore\TensorSpan.cs (1)
211public bool IsEmpty => _shape.IsEmpty;