Type ReduceOp
Namespace tensorflow.distribute
Parent PythonObjectContainer
Interfaces IReduceOp
Indicates how a set of values should be reduced. * `SUM`: Add all the values.
* `MEAN`: Take the arithmetic mean ("average") of the values.
Methods
- from_variable_aggregation
- from_variable_aggregation
- from_variable_aggregation
- from_variable_aggregation_dyn
Properties
Fields
Public static methods
object from_variable_aggregation(IEnumerable<object> aggregation)
object from_variable_aggregation(VariableAggregation aggregation)
object from_variable_aggregation(int aggregation)
object from_variable_aggregation_dyn(object aggregation)
Public properties
object MEAN_dyn get; set;
object PythonObject get;
object SUM_dyn get; set;
Public fields
string MEAN
return string
|
string SUM
return string
|