public Final enum VariableAggregation
Indicates how a distributed variable will be aggregated.
tensorflow.VariableAggregation 定数
| 整数 | VARIABLE_AGGREGATION_MEAN_VALUE |
`MEAN`: Take the arithmetic mean ("average") of the updates across
replicas. |
| 整数 | VARIABLE_AGGREGATION_NONE_VALUE | `NONE`: This is the default, giving an error if you use a variable-update operation with multiple replicas. |
| 整数 | VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA_VALUE | `ONLY_FIRST_REPLICA`: This is for when every replica is performing the same update, but we only want to perform the update once. |
| 整数 | VARIABLE_AGGREGATION_SUM_VALUE | `SUM`: Add the updates across replicas. |
継承されたメソッド
列挙値
public static Final VariableAggregation認識されません
パブリック静的最終 VariableAggregation VARIABLE_AGGREGATION_MEAN
`MEAN`: Take the arithmetic mean ("average") of the updates across
replicas.
VARIABLE_AGGREGATION_MEAN = 2; パブリック静的最終 VariableAggregation VARIABLE_AGGREGATION_NONE
`NONE`: This is the default, giving an error if you use a variable-update operation with multiple replicas.
VARIABLE_AGGREGATION_NONE = 0; パブリック静的最終 VariableAggregation VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA
`ONLY_FIRST_REPLICA`: This is for when every replica is performing the same update, but we only want to perform the update once. Used, e.g., for the global step counter.
VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA = 3; パブリック静的最終 VariableAggregation VARIABLE_AGGREGATION_SUM
`SUM`: Add the updates across replicas.
VARIABLE_AGGREGATION_SUM = 1; 定数
パブリック静的最終整数VARIABLE_AGGREGATION_MEAN_VALUE
`MEAN`: Take the arithmetic mean ("average") of the updates across
replicas.
VARIABLE_AGGREGATION_MEAN = 2;定数値: 2
パブリック静的最終整数VARIABLE_AGGREGATION_NONE_VALUE
`NONE`: This is the default, giving an error if you use a variable-update operation with multiple replicas.
VARIABLE_AGGREGATION_NONE = 0;定数値: 0
パブリック静的最終整数VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA_VALUE
`ONLY_FIRST_REPLICA`: This is for when every replica is performing the same update, but we only want to perform the update once. Used, e.g., for the global step counter.
VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA = 3;定数値: 3
パブリック静的最終整数VARIABLE_AGGREGATION_SUM_VALUE
`SUM`: Add the updates across replicas.
VARIABLE_AGGREGATION_SUM = 1;定数値: 1