flopscope.stats.norm
flopscope.stats.norm
Normal (Gaussian) continuous random variable.
This object mirrors scipy.stats.norm and uses the standard
loc/scale parameterization.
Notes
loc is the mean and scale is the standard deviation. Each public
method deducts 1 * numel(input) FLOPs from the active budget.