ak.backend — Awkward Array 2.8.2 documentation (original) (raw)

Defined in awkward.operations.ak_backend on line 12.

ak.backend(*arrays)#

Parameters:

arrays – Array-like data (anything ak.to_layout recognizes).

Returns the name of the backend used by arrays. This name may be

If there are multiple, compatible backends (e.g. NumPy & typetracer) amongst the given arrays, the coercible backend is returned.

See ak.to_backend.