VariableSynchronization

التعداد النهائي العام VariableSynchronization

 Indicates when a distributed variable will be synced.
 
Protobuf التعداد tensorflow.VariableSynchronization

الثوابت

كثافة العمليات VARIABLE_SYNCHRONIZATION_AUTO_VALUE
 `AUTO`: Indicates that the synchronization will be determined by the
 current `DistributionStrategy` (eg.
كثافة العمليات VARIABLE_SYNCHRONIZATION_NONE_VALUE
 `NONE`: Indicates that there will only be one copy of the variable, so
 there is no need to sync.
كثافة العمليات VARIABLE_SYNCHRONIZATION_ON_READ_VALUE
 `ON_READ`: Indicates that the variable will be aggregated across devices
 when it is read (eg.
كثافة العمليات VARIABLE_SYNCHRONIZATION_ON_WRITE_VALUE
 `ON_WRITE`: Indicates that the variable will be updated across devices
 every time it is written.

الطرق الموروثة

كثافة العمليات النهائية
قارن إلى ( VariableSynchronization arg0)
كثافة العمليات
قارن إلى (كائن arg0)
منطقية نهائية
يساوي (الكائن arg0)
الفئة النهائية <VariableSynchronization>
الحصول على التصريح ()
كثافة العمليات النهائية
رمز التجزئة ()
السلسلة النهائية
اسم ()
كثافة العمليات النهائية
ترتيبي ()
خيط
إلى سلسلة ()
ثابت <T يمتد التعداد<T>> T
قيمة (الفئة<T> arg0، سلسلة arg1)
منطقية
يساوي (الكائن arg0)
الدرجة النهائية<?>
الحصول على كلاس ()
كثافة العمليات
رمز التجزئة ()
الفراغ النهائي
إعلام ()
الفراغ النهائي
إعلام الكل ()
خيط
إلى سلسلة ()
الفراغ النهائي
انتظر (طويل arg0، int arg1)
الفراغ النهائي
انتظر (طويل arg0)
الفراغ النهائي
انتظر ()
كثافة العمليات مجردة
قارن إلى ( VariableSynchronization arg0)

قيم التعداد

لم يتم التعرف على VariableSynchronization النهائي العام الثابت

VariableSynchronization النهائي العام الثابت VARIABLE_SYNCHRONIZATION_AUTO

 `AUTO`: Indicates that the synchronization will be determined by the
 current `DistributionStrategy` (eg. With `MirroredStrategy` this would be
 `ON_WRITE`).
 
VARIABLE_SYNCHRONIZATION_AUTO = 0;

VariableSynchronization النهائي العام الثابت VARIABLE_SYNCHRONIZATION_NONE

 `NONE`: Indicates that there will only be one copy of the variable, so
 there is no need to sync.
 
VARIABLE_SYNCHRONIZATION_NONE = 1;

VariableSynchronization النهائي العام الثابت VARIABLE_SYNCHRONIZATION_ON_READ

 `ON_READ`: Indicates that the variable will be aggregated across devices
 when it is read (eg. when checkpointing or when evaluating an op that uses
 the variable).
 
VARIABLE_SYNCHRONIZATION_ON_READ = 3;

VariableSynchronization النهائي العام الثابت VARIABLE_SYNCHRONIZATION_ON_WRITE

 `ON_WRITE`: Indicates that the variable will be updated across devices
 every time it is written.
 
VARIABLE_SYNCHRONIZATION_ON_WRITE = 2;

الثوابت

العدد النهائي الثابت العام VARIABLE_SYNCHRONIZATION_AUTO_VALUE

 `AUTO`: Indicates that the synchronization will be determined by the
 current `DistributionStrategy` (eg. With `MirroredStrategy` this would be
 `ON_WRITE`).
 
VARIABLE_SYNCHRONIZATION_AUTO = 0;

القيمة الثابتة: 0

العدد النهائي الثابت العام VARIABLE_SYNCHRONIZATION_NONE_VALUE

 `NONE`: Indicates that there will only be one copy of the variable, so
 there is no need to sync.
 
VARIABLE_SYNCHRONIZATION_NONE = 1;

القيمة الثابتة: 1

العدد النهائي الثابت العام VARIABLE_SYNCHRONIZATION_ON_READ_VALUE

 `ON_READ`: Indicates that the variable will be aggregated across devices
 when it is read (eg. when checkpointing or when evaluating an op that uses
 the variable).
 
VARIABLE_SYNCHRONIZATION_ON_READ = 3;

القيمة الثابتة: 3

العدد النهائي الثابت العام VARIABLE_SYNCHRONIZATION_ON_WRITE_VALUE

 `ON_WRITE`: Indicates that the variable will be updated across devices
 every time it is written.
 
VARIABLE_SYNCHRONIZATION_ON_WRITE = 2;

القيمة الثابتة: 2