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

定数

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

継承されたメソッド

最終整数
整数
CompareTo (オブジェクト arg0)
最終ブール値
等しい(オブジェクト arg0)
最終クラス< SaverDef.CheckpointFormatVersion >
getDeclaringClass ()
最終整数
ハッシュコード()
最後の文字列
名前()
最終整数
序数()
toString ()
static <T extends Enum<T>> T
valueOf (Class<T> arg0, String arg1)
ブール値
等しい(オブジェクト arg0)
最終クラス<?>
getクラス()
整数
ハッシュコード()
最後の空白
通知する()
最後の空白
すべて通知()
toString ()
最後の空白
wait (long arg0, int arg1)
最後の空白
待機(長い引数0)
最後の空白
待って()
抽象整数

列挙値

public static Final SaverDef.CheckpointFormatVersion LEGACY

 Internal legacy format.
 
LEGACY = 0;

public static Final SaverDef.CheckpointFormatVersion認識されません

パブリック静的最終 SaverDef.CheckpointFormatVersion V1

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

パブリック静的最終 SaverDef.CheckpointFormatVersion V2

 Current format: more efficient.
 
V2 = 2;

定数

パブリック静的最終整数LEGACY_VALUE

 Internal legacy format.
 
LEGACY = 0;

定数値: 0

パブリック静的最終整数V1_VALUE

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

定数値: 1

パブリック静的最終整数V2_VALUE

 Current format: more efficient.
 
V2 = 2;

定数値: 2