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)
586if (shape1.IsEmpty) 588return shape2.IsEmpty; 590else if (shape2.IsEmpty) 659return shape2.IsEmpty; 661else if (shape2.IsEmpty)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
182public bool IsEmpty => _shape.IsEmpty;