QuantizePerTensorDynamicΒΆ

Converts a float tensor to a quantized tensor with scale and zero_point calculated dynamically.

Abstract Signature:

QuantizePerTensorDynamic(input: Tensor, dtype, reduce_range: bool = False)

PyTorch

API: torch.quantize_per_tensor_dynamic
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Custom / Partial

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: β€”
Strategy: Custom / Partial

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: β€”
Strategy: Custom / Partial

PaxML / Praxis

API: β€”
Strategy: Custom / Partial