Quantile ======== Computes the q-th quantiles of each row of the input tensor along the dimension dim. **Abstract Signature:** ``Quantile(input: Tensor, q: float, dim: int = None, keepdim: bool = False, interpolation: str = 'linear')`` .. raw:: html
tfp.stats.quantiles