unitflow.backends

Optional NumPy integration. Install with unitflow[numpy].

unitflow.backends.numpy

NumPy backend integration layer for unitflow.

unitflow.backends.numpy.is_numpy_array(value)[source]

Check if a value is a numpy array without requiring a hard import.

Parameters:

value (Any)

Return type:

bool