HyperGP.tensor.all

Contents

HyperGP.tensor.all#

all(x)[source]#

Test whether all the elements in an array is true

Parameters:

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

Returns:

ret(boolean)