5.3.4. backend.is_array

eminus.backend.is_array(value)[source]

Check if the object is an NumPy array or Torch tensor.

Parameters:

value – Input array.

Returns:

If the value is an array supported by the available backends.