Method Add
Add(string, float, StatAggregationMethod)
Add a stat value for reporting.
Declaration
public void Add(string key, float value, StatAggregationMethod aggregationMethod = StatAggregationMethod.Average)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The stat name. |
| float | value | The stat value. You can nest stats in TensorBoard by using "/". |
| StatAggregationMethod | aggregationMethod | How multiple values sent in the same summary window should be treated. |