Typename ======== String representation of the type of an object. **Abstract Signature:** ``Typename(obj)`` .. raw:: html

PyTorch

API: torch.typename
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.typename
Strategy: Macro 'str(type({obj}))'

NumPy

API: numpy.typename
Strategy: Macro 'str(type({obj}))'

Keras

API:
Strategy: Custom / Partial

TensorFlow

API:
Strategy: Custom / Partial

Apple MLX

API:
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.typename
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.typename
Strategy: Direct Mapping