afe.driver.statistic
Analysis of statistics on tensors.
Classes
A collector of statistics on a stream of inputs. |
|
A method of computing a property over a stream of inputs. |
Module Contents
- class afe.driver.statistic.StatisticInstance[source]
A collector of statistics on a stream of inputs. With an instance of the class, inputs are supplied repeatedly by calling update, then the computed result is read by calling finish.
- class afe.driver.statistic.Statistic[source]
A method of computing a property over a stream of inputs. The property is normally a reduction, e.g., the average of the mean squared errors of all inputs.
- instantiate_type() Type[StatisticInstance[_I, _O]] [source]