Functions 3
histogram
functionFull reference ↗- tensorplay._composite_funcs.histogram(input, bins=100, range=None, *, weight=None, density=False)[source]
composite): hist/bin_edges in the input dtype, linspace edges, aminmax outer-edge inference with the numpy empty-range expansion, weight in the input dtype and density normalization.
nanquantile
functionFull reference ↗- tensorplay._composite_funcs.nanquantile(input, q, dim=None, keepdim=False, *, interpolation='linear')[source]
quantile
functionFull reference ↗- tensorplay._composite_funcs.quantile(input, q, dim=None, keepdim=False, *, interpolation='linear')[source]
Compute quantiles through the dispatcher composite implementation.
All five interpolation modes, float32/float64, NaN semantics, and output shapes are handled here. A Python-number q is

