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.
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 ( SaverDef.CheckpointFormatVersion arg0) |
整数 | 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) |
最後の空白 | 待って() |
抽象整数 | CompareTo ( SaverDef.CheckpointFormatVersion arg0) |
列挙値
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