SaverDef.CheckpointFormatVersion

רשימה סטטית סופית ציבורית 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

קבועים

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.

שיטות בירושה

int סופי
int
compareTo (Object arg0)
בוליאנית סופית
שווה (Object arg0)
מחלקה סופית< SaverDef.CheckpointFormatVersion >
getDeclaringClass ()
int סופי
hashcode ()
מחרוזת סופית
שם ()
int סופי
סידורי ()
חוּט
toString ()
סטטי <T מרחיב את Enum<T>> T
valueOf (Class<T> arg0, מחרוזת arg1)
בוליאני
שווה (Object arg0)
כיתה אחרונה<?>
getClass ()
int
hashcode ()
ריק סופי
להודיע ​​()
ריק סופי
הודע הכל ()
חוּט
toString ()
ריק סופי
המתן (ארג0 ארוך, אינט arg1)
ריק סופי
המתן (ארג0 ארוך)
ריק סופי
חכה ()
מופשט int

ערכים מנויים

סופי סטטי ציבורי SaverDef.CheckpointFormatVersion LEGACY

 Internal legacy format.
 
LEGACY = 0;

Public static final SaverDef.CheckpointFormatVersion UNRECOGNIZED

Public static final SaverDef.CheckpointFormatVersion V1

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

Public static final SaverDef.CheckpointFormatVersion V2

 Current format: more efficient.
 
V2 = 2;

קבועים

ציבורי סטטי סופי int LEGACY_VALUE

 Internal legacy format.
 
LEGACY = 0;

ערך קבוע: 0

ציבורי סטטי סופי int V1_VALUE

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

ערך קבוע: 1

public static final int V2_VALUE

 Current format: more efficient.
 
V2 = 2;

ערך קבוע: 2