UnpackBitsΒΆ

Unpack the bits in a uint8 array.

Abstract Signature:

UnpackBits(a: Tensor, axis: int, count: int, bitorder: str = big)

JAX (Core)

API: jax.numpy.unpackbits
Strategy: Direct Mapping

NumPy

API: numpy.unpackbits
Strategy: Direct Mapping