SaverDef.CheckpointFormatVersion

public static final enum SaverDef.CheckpointFormatVersion

 A version number that identifies a different on-disk checkpoint format.
 Usually, each subclass of BaseSaverBuilder works with a particular
 version/format.  However, it is possible that the same builder may be
 upgraded to support a newer checkpoint format in the future.
 
Protobuf enum tensorflow.SaverDef.CheckpointFormatVersion

Sabitler

int LEGACY_VALUE
 Internal legacy format.
int V1_VALUE
 Deprecated format: tf.Saver() which works with tensorflow::table::Table.
int V2_VALUE
 Current format: more efficient.

Kalıtsal Yöntemler

son int
int
karşılaştırma (Nesne arg0)
son boole değeri
eşittir (Nesne arg0)
final Sınıfı< SaverDef.CheckpointFormatVersion >
getDeclaringClass ()
son int
hashKodu ()
son Dize
isim ()
son int
sıralı ()
Sicim
toString ()
static <T, Enum<T>> T'yi genişletir
valueOf (Class<T> arg0, String arg1)
boolean
eşittir (Nesne arg0)
son Sınıf<?>
getClass ()
int
hashKodu ()
son boşluk
bildir ()
son boşluk
tümünü bildir ()
Sicim
toString ()
son boşluk
bekle (uzun arg0, int arg1)
son boşluk
bekle (uzun arg0)
son boşluk
Beklemek ()
soyut int

Numaralandırma Değerleri

genel statik final SaverDef.CheckpointFormatVersion ESKİ

 Internal legacy format.
 
LEGACY = 0;

genel statik final SaverDef.CheckpointFormatVersion TANIMIYOR

genel statik final SaverDef.CheckpointFormatVersion V1

 Deprecated format: tf.Saver() which works with tensorflow::table::Table.
 
V1 = 1;

genel statik final SaverDef.CheckpointFormatVersion V2

 Current format: more efficient.
 
V2 = 2;

Sabitler

genel statik final int LEGACY_VALUE

 Internal legacy format.
 
LEGACY = 0;

Sabit Değer: 0

genel statik final int V1_VALUE

 Deprecated format: tf.Saver() which works with tensorflow::table::Table.
 
V1 = 1;

Sabit Değer: 1

genel statik final int V2_VALUE

 Current format: more efficient.
 
V2 = 2;

Sabit Değer: 2