publiczne statyczne wyliczenie końcowe 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
Stałe
wew | LEGACY_VALUE | Internal legacy format. |
wew | V1_WARTOŚĆ | Deprecated format: tf.Saver() which works with tensorflow::table::Table. |
wew | WARTOŚĆ V2 | Current format: more efficient. |
Metody dziedziczone
końcowy wew | porównajTo ( SaverDef.CheckpointFormatVersion arg0) |
wew | porównajTo (Obiekt arg0) |
końcowa wartość logiczna | równa się (Obiekt arg0) |
final Class< SaverDef.CheckpointFormatVersion > | getDeclaringClass () |
końcowy wew | hashCode () |
ostatni ciąg | nazwa () |
końcowy wew | porządkowe () |
Smyczkowy | doString () |
statyczny <T rozszerza Enum<T>> T | wartośćOf (Klasa<T> arg0, Łańcuch arg1) |
wartość logiczna | równa się (Obiekt arg0) |
ostatnia klasa<?> | pobierzKlasę () |
wew | hashCode () |
ostateczna pustka | powiadomić () |
ostateczna pustka | powiadom wszystkich () |
Smyczkowy | doString () |
ostateczna pustka | czekaj (długi arg0, int arg1) |
ostateczna pustka | czekaj (długi arg0) |
ostateczna pustka | Czekać () |
streszczenie wew | porównajTo ( SaverDef.CheckpointFormatVersion arg0) |
Wartości wyliczeniowe
publiczny statyczny końcowy SaverDef.CheckpointFormatVersion STARSZE
Internal legacy format.
LEGACY = 0;
publiczny statyczny końcowy SaverDef.CheckpointFormatVersion NIEROZPOZNANY
publiczny statyczny końcowy SaverDef.CheckpointFormatVersion V1
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
publiczny statyczny końcowy SaverDef.CheckpointFormatVersion V2
Current format: more efficient.
V2 = 2;
Stałe
publiczny statyczny końcowy int LEGACY_VALUE
Internal legacy format.
LEGACY = 0;
Wartość stała: 0
publiczny statyczny końcowy int V1_VALUE
Deprecated format: tf.Saver() which works with tensorflow::table::Table.
V1 = 1;
Wartość stała: 1
publiczny statyczny końcowy int V2_VALUE
Current format: more efficient.
V2 = 2;
Wartość stała: 2