8 references to IsEmpty
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
281
public bool IsEmpty => _shape.
IsEmpty
;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
109
public bool IsEmpty => _shape.
IsEmpty
;
System\Numerics\Tensors\netcore\TensorShape.cs (5)
581
if (shape1.
IsEmpty
)
583
return shape2.
IsEmpty
;
585
else if (shape2.
IsEmpty
)
654
return shape2.
IsEmpty
;
656
else if (shape2.
IsEmpty
)
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
182
public bool IsEmpty => _shape.
IsEmpty
;