सार्वजनिक अंतिम एनम वेरिएबल सिंक्रोनाइज़ेशन
Indicates when a distributed variable will be synced.
tensorflow.VariableSynchronization
स्थिरांक
int यहाँ | VARIABLE_SYNCHRONIZATION_AUTO_VALUE | `AUTO`: Indicates that the synchronization will be determined by the current `DistributionStrategy` (eg. |
int यहाँ | VARIABLE_SYNCHRONIZATION_NONE_VALUE | `NONE`: Indicates that there will only be one copy of the variable, so there is no need to sync. |
int यहाँ | VARIABLE_SYNCHRONIZATION_ON_READ_VALUE | `ON_READ`: Indicates that the variable will be aggregated across devices when it is read (eg. |
int यहाँ | VARIABLE_SYNCHRONIZATION_ON_WRITE_VALUE | `ON_WRITE`: Indicates that the variable will be updated across devices every time it is written. |
विरासत में मिली विधियाँ
अंतिम पूर्णांक | तुलना करें ( वेरिएबल सिंक्रोनाइज़ेशन arg0) |
int यहाँ | तुलना करें (ऑब्जेक्ट arg0) |
अंतिम बूलियन | बराबर (ऑब्जेक्ट arg0) |
अंतिम कक्षा < वेरिएबल सिंक्रोनाइज़ेशन > | getDeclaringClass () |
अंतिम पूर्णांक | हैशकोड () |
अंतिम स्ट्रिंग | नाम () |
अंतिम पूर्णांक | क्रमसूचक () |
डोरी | स्ट्रिंग () |
स्थिर <T Enum<T>> T का विस्तार करता है | valueOf (कक्षा<T> arg0, स्ट्रिंग arg1) |
बूलियन | बराबर (ऑब्जेक्ट arg0) |
अंतिम कक्षा<?> | गेटक्लास () |
int यहाँ | हैशकोड () |
अंतिम शून्य | सूचित करें () |
अंतिम शून्य | सभी को सूचित करें () |
डोरी | स्ट्रिंग () |
अंतिम शून्य | प्रतीक्षा करें (लंबा arg0, int arg1) |
अंतिम शून्य | प्रतीक्षा करें (लंबा arg0) |
अंतिम शून्य | इंतज़ार () |
सार इंट | तुलना करें ( वेरिएबल सिंक्रोनाइज़ेशन arg0) |
एनम मान
सार्वजनिक स्थैतिक अंतिम वेरिएबलसिंक्रनाइज़ेशन अपरिचित
सार्वजनिक स्थैतिक अंतिम वेरिएबलसिंक्रनाइज़ेशन 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;
सार्वजनिक स्थैतिक अंतिम वेरिएबलसिंक्रनाइज़ेशन 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;
सार्वजनिक स्थैतिक अंतिम वेरिएबलसिंक्रनाइज़ेशन 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;
सार्वजनिक स्थैतिक अंतिम वेरिएबलसिंक्रनाइज़ेशन 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