flopscope.stats.truncnorm
flopscope.stats.truncnorm
Truncated normal continuous random variable.
This object mirrors scipy.stats.truncnorm.
Notes
a and b are standardized lower and upper bounds. The truncated
support is [a * scale + loc, b * scale + loc], and both bounds appear
before loc and scale to match SciPy's signature. Each public
method deducts 1 * numel(input) FLOPs from the active budget.