VariableAggregation

VariableAggregation ตัวแปรสุดท้ายสาธารณะ

 Indicates how a distributed variable will be aggregated.
 
Protobuf enum 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.

วิธีการสืบทอด

int สุดท้าย
ภายใน
เปรียบเทียบถึง (วัตถุ arg0)
บูลีนสุดท้าย
เท่ากับ (วัตถุ arg0)
คลาสสุดท้าย < การรวมตัวแปร >
getDeclaringClass ()
int สุดท้าย
แฮชโค้ด ()
สตริงสุดท้าย
ชื่อ ()
int สุดท้าย
ลำดับ ()
สตริง
toString ()
คงที่ <T ขยาย Enum <T>> T
valueOf (คลาส <T> arg0, สตริง arg1)
บูลีน
เท่ากับ (วัตถุ arg0)
คลาสสุดท้าย<?>
รับคลาส ()
ภายใน
แฮชโค้ด ()
โมฆะสุดท้าย
แจ้ง ()
โมฆะสุดท้าย
แจ้งทั้งหมด ()
สตริง
toString ()
โมฆะสุดท้าย
รอสักครู่ (ยาว arg0, int arg1)
โมฆะสุดท้าย
รอ (ยาว arg0)
โมฆะสุดท้าย
รอ ()
บทคัดย่อ

ค่าแจงนับ

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;

ค่าคงที่

int สุดท้ายแบบคงที่สาธารณะ VARIABLE_AGGREGATION_MEAN_VALUE

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

ค่าคงที่: 2

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;

ค่าคงที่: 0

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;

ค่าคงที่: 3

int คงที่สาธารณะขั้นสุดท้าย VARIABLE_AGGREGATION_SUM_VALUE

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

ค่าคงที่: 1