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