HyperGP.tensor.any

Contents

HyperGP.tensor.any#

any(x)[source]#

Test whether there is any element in an array is true

Parameters:

x (Tensor or array_like, boolean) – The array to be tested

Returns:

ret(boolean)