Histc ===== Computes the histogram of a tensor. **Abstract Signature:** ``Histc(input: Tensor, bins: int = 100, min: float = 0, max: float = 0)`` .. raw:: html

PyTorch

API: torch.histc
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.histogram
Strategy: Direct Mapping

NumPy

API: numpy.histogram
Strategy: Direct Mapping