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 열거형 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는 Enum<T>> T를 확장합니다.
valueOf (클래스<T> arg0, 문자열 arg1)
부울
같음 (개체 arg0)
마지막 수업<?>
getClass ()
정수
해시코드 ()
최종 무효
알림 ()
최종 무효
통지모두 ()
toString ()
최종 무효
대기 (long arg0, int arg1)
최종 무효
기다리세요 (긴 arg0)
최종 무효
기다리다 ()
추상 정수

열거형 값

공개 정적 최종 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;

상수

공개 정적 최종 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

공개 정적 최종 int V2_VALUE

 Current format: more efficient.
 
V2 = 2;

상수값: 2