VariableAggregation

publiczne wyliczenie końcowe ZmiennaAggregacja

 Indicates how a distributed variable will be aggregated.
 
Protobuf enum tensorflow.VariableAggregation

Stałe

wew VARIABLE_AGGREGATION_MEAN_VALUE
 `MEAN`: Take the arithmetic mean ("average") of the updates across
 replicas.
wew VARIABLE_AGGREGATION_NONE_VALUE
 `NONE`: This is the default, giving an error if you use a
 variable-update operation with multiple replicas.
wew 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.
wew VARIABLE_AGGREGATION_SUM_VALUE
 `SUM`: Add the updates across replicas.

Metody dziedziczone

końcowy wew
porównajTo ( Agregacja zmiennych arg0)
wew
porównajTo (Obiekt arg0)
końcowa wartość logiczna
równa się (Obiekt arg0)
klasa końcowa< Agregacja zmiennych >
getDeclaringClass ()
końcowy wew
hashCode ()
ostatni ciąg
nazwa ()
końcowy wew
porządkowe ()
Smyczkowy
doString ()
statyczny <T rozszerza Enum<T>> T
wartośćOf (Klasa<T> arg0, Łańcuch arg1)
wartość logiczna
równa się (Obiekt arg0)
ostatnia klasa<?>
pobierzKlasę ()
wew
hashCode ()
ostateczna pustka
powiadomić ()
ostateczna pustka
powiadom wszystkich ()
Smyczkowy
doString ()
ostateczna pustka
czekaj (długi arg0, int arg1)
ostateczna pustka
czekaj (długi arg0)
ostateczna pustka
Czekać ()
streszczenie wew
porównajTo ( Agregacja zmiennych arg0)

Wartości wyliczeniowe

publiczna statyczna końcowa agregacja zmiennych NIEROZPOZNANA

publiczna statyczna końcowa agregacja zmiennych VARIABLE_AGGREGATION_MEAN

 `MEAN`: Take the arithmetic mean ("average") of the updates across
 replicas.
 
VARIABLE_AGGREGATION_MEAN = 2;

publiczna statyczna końcowa agregacja zmiennych 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;

publiczna statyczna końcowa ZmiennaAggregacja 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;

publiczna statyczna końcowa agregacja zmiennych VARIABLE_AGGREGATION_SUM

 `SUM`: Add the updates across replicas.
 
VARIABLE_AGGREGATION_SUM = 1;

Stałe

publiczny statyczny końcowy int VARIABLE_AGGREGATION_MEAN_VALUE

 `MEAN`: Take the arithmetic mean ("average") of the updates across
 replicas.
 
VARIABLE_AGGREGATION_MEAN = 2;

Wartość stała: 2

publiczny statyczny końcowy int 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;

Wartość stała: 0

publiczny statyczny końcowy int 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;

Wartość stała: 3

publiczny statyczny końcowy int VARIABLE_AGGREGATION_SUM_VALUE

 `SUM`: Add the updates across replicas.
 
VARIABLE_AGGREGATION_SUM = 1;

Wartość stała: 1