flopscope.

flopscope.stats.uniform

flopscope.stats.uniform

Continuous uniform random variable on ``[loc, loc + scale]``.

Continuous uniform random variable on [loc, loc + scale].

This object mirrors scipy.stats.uniform.

Notes

loc is the lower bound and scale is the interval width. Each public method deducts 1 * numel(input) FLOPs from the active budget.