8 references to IsEmpty
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
310public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
154public bool IsEmpty => _shape.IsEmpty;
System\Numerics\Tensors\netcore\TensorShape.cs (5)
655if (shape1.IsEmpty) 657return shape2.IsEmpty; 659else if (shape2.IsEmpty) 728return shape2.IsEmpty; 730else if (shape2.IsEmpty)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
212public bool IsEmpty => _shape.IsEmpty;