Frac_ ===== In-place version of Frac. **Abstract Signature:** ``Frac_(input: Tensor)`` .. raw:: html

PyTorch

API: torch.frac_
Strategy: Direct Mapping

JAX (Core)

API:
Strategy: Macro '{input} - jnp.trunc({input})'

NumPy

API:
Strategy: Macro '{input} - np.trunc({input})'

Keras

API:
Strategy: Macro '{input} - keras.ops.trunc({input})'

TensorFlow

API:
Strategy: Macro '{input} - tf.math.trunc({input})'

Apple MLX

API:
Strategy: Macro '{input} - mlx.core.trunc({input})'

Flax NNX

API:
Strategy: Macro '{input} - jnp.trunc({input})'

PaxML / Praxis

API:
Strategy: Macro '{input} - jnp.trunc({input})'