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