8 references to IsEmpty
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
310
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)
655
if (shape1.
IsEmpty
)
657
return shape2.
IsEmpty
;
659
else if (shape2.
IsEmpty
)
728
return shape2.
IsEmpty
;
730
else if (shape2.
IsEmpty
)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
212
public bool IsEmpty => _shape.
IsEmpty
;