BundleHeaderProto

공개 최종 클래스 BundleHeaderProto

 Special header that is associated with a bundle.
 TODO(zongheng,zhifengc): maybe in the future, we can add information about
 which binary produced this checkpoint, timestamp, etc. Sometime, these can be
 valuable debugging information. And if needed, these can be used as defensive
 information ensuring reader (binary version) of the checkpoint and the writer
 (binary version) must match within certain range, etc.
 
Protobuf 유형 tensorflow.BundleHeaderProto

중첩 클래스

수업 BundleHeaderProto.Builder
 Special header that is associated with a bundle. 
열거형 BundleHeaderProto.Endianness
 An enum indicating the endianness of the platform that produced this
 bundle. 

상수

정수 ENDIANNESS_FIELD_NUMBER
정수 NUM_SHARDS_FIELD_NUMBER
정수 VERSION_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
정적 BundleHeaderProto
BundleHeaderProto
최종 정적 com.google.protobuf.Descriptors.Descriptor
BundleHeaderProto.Endianness
getEndianness ()
.tensorflow.BundleHeaderProto.Endianness endianness = 2;
정수
getEndianness값 ()
.tensorflow.BundleHeaderProto.Endianness endianness = 2;
정수
getNumShards ()
 Number of data files in the bundle.
정수
최종 com.google.protobuf.UnknownFieldSet
버전 정의
버전 획득 ()
 Versioning of the tensor bundle format.
버전DefOrBuilder
getVersionOrBuilder ()
 Versioning of the tensor bundle format.
부울
버전 ()
 Versioning of the tensor bundle format.
정수
최종 부울
정적 BundleHeaderProto.Builder
newBuilder ( BundleHeaderProto 프로토타입)
정적 BundleHeaderProto.Builder
BundleHeaderProto.Builder
정적 BundleHeaderProto
parsDelimitedFrom (InputStream 입력)
정적 BundleHeaderProto
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 BundleHeaderProto
parsFrom (ByteBuffer 데이터)
정적 BundleHeaderProto
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 BundleHeaderProto
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 BundleHeaderProto
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 BundleHeaderProto
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 BundleHeaderProto
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 BundleHeaderProto
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 BundleHeaderProto
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
BundleHeaderProto.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int ENDIANNESS_FIELD_NUMBER

상수값: 2

공개 정적 최종 정수 NUM_SHARDS_FIELD_NUMBER

상수값: 1

공개 정적 최종 정수 VERSION_FIELD_NUMBER

상수값: 3

공개 방법

공개 부울(객체 obj)와 같습니다 .

공개 정적 BundleHeaderProto getDefaultInstance ()

공개 BundleHeaderProto getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 BundleHeaderProto.Endianness getEndianness ()

.tensorflow.BundleHeaderProto.Endianness endianness = 2;

공개 int getEndiannessValue ()

.tensorflow.BundleHeaderProto.Endianness endianness = 2;

공개 int getNumShards ()

 Number of data files in the bundle.
 
int32 num_shards = 1;

공공의 getParserForType ()

공개 int getSerializedSize ()

공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()

공개 VersionDef getVersion ()

 Versioning of the tensor bundle format.
 
.tensorflow.VersionDef version = 3;

공개 VersionDefOrBuilder getVersionOrBuilder ()

 Versioning of the tensor bundle format.
 
.tensorflow.VersionDef version = 3;

공개 부울 hasVersion ()

 Versioning of the tensor bundle format.
 
.tensorflow.VersionDef version = 3;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

공개 정적 BundleHeaderProto.Builder newBuilder ( BundleHeaderProto 프로토타입)

공개 정적 BundleHeaderProto.Builder newBuilder ()

공개 BundleHeaderProto.Builder newBuilderForType ()

공개 정적 BundleHeaderProto parsDelimitedFrom (InputStream 입력)

던지기
IO예외

공개 정적 BundleHeaderProto parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 BundleHeaderProto 구문 분석 (ByteBuffer 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 BundleHeaderProto 구문 분석 (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

공개 정적 BundleHeaderProto parsFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 BundleHeaderProto 구문 분석 (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 BundleHeaderProto 구문 분석 (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
잘못된프로토콜버퍼예외

공개 정적 BundleHeaderProto 구문 분석 (com.google.protobuf.ByteString 데이터)

던지기
잘못된프로토콜버퍼예외

공개 정적 BundleHeaderProto parsFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 정적 BundleHeaderProto 구문 분석 (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
잘못된프로토콜버퍼예외

공개 정적 파서 ()

공개 BundleHeaderProto.Builder toBuilder ()

공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)

던지기
IO예외