PlatformInfo.Builder

공개 정적 최종 클래스 PlatformInfo.Builder

Protobuf 유형 tensorflow.PlatformInfo

공개 방법

PlatformInfo.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
플랫폼정보
짓다 ()
플랫폼정보
PlatformInfo.Builder
PlatformInfo.Builder
PlatformInfo.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
PlatformInfo.Builder
PlatformInfo.Builder
PlatformInfo.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
PlatformInfo.Builder
PlatformInfo.Builder
PlatformInfo.Builder
PlatformInfo.Builder
클론 ()
getBits ()
 e.g.
com.google.protobuf.ByteString
getBitsBytes ()
 e.g.
플랫폼정보
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getLinkage ()
 e.g.
com.google.protobuf.ByteString
getMachine ()
 e.g.
com.google.protobuf.ByteString
get릴리스 ()
 e.g.
com.google.protobuf.ByteString
get시스템 ()
 e.g.
com.google.protobuf.ByteString
버전 획득 ()
 e.g.
com.google.protobuf.ByteString
최종 부울
PlatformInfo.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
PlatformInfo.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 PlatformInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
PlatformInfo.Builder
setBits (문자열 값)
 e.g.
PlatformInfo.Builder
setBitsBytes (com.google.protobuf.ByteString 값)
 e.g.
PlatformInfo.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
PlatformInfo.Builder
setLinkage (문자열 값)
 e.g.
PlatformInfo.Builder
setLinkageBytes (com.google.protobuf.ByteString 값)
 e.g.
PlatformInfo.Builder
setMachine (문자열 값)
 e.g.
PlatformInfo.Builder
setMachineBytes (com.google.protobuf.ByteString 값)
 e.g.
PlatformInfo.Builder
setRelease (문자열 값)
 e.g.
PlatformInfo.Builder
setReleaseBytes (com.google.protobuf.ByteString 값)
 e.g.
PlatformInfo.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
PlatformInfo.Builder
setSystem (문자열 값)
 e.g.
PlatformInfo.Builder
setSystemBytes (com.google.protobuf.ByteString 값)
 e.g.
최종 PlatformInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
PlatformInfo.Builder
setVersion (문자열 값)
 e.g.
PlatformInfo.Builder
setVersionBytes (com.google.protobuf.ByteString 값)
 e.g.

상속된 메서드

공개 방법

공개 PlatformInfo.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 PlatformInfo 빌드 ()

공개 PlatformInfo buildPartial ()

공개 PlatformInfo.Builder 지우기 ()

공개 PlatformInfo.Builder 클리어비트 ()

 e.g. '64bit'
 
string bits = 1;

공개 PlatformInfo.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 PlatformInfo.Builder ClearLinkage ()

 e.g. 'ELF'
 
string linkage = 2;

공개 PlatformInfo.Builder 클리어머신 ()

 e.g. 'i386'
 
string machine = 3;

공개 PlatformInfo.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptor oneof)

공개 PlatformInfo.Builder 클리어릴리스 ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

공개 PlatformInfo.Builder 클리어시스템 ()

 e.g. 'Linux'
 
string system = 5;

공개 PlatformInfo.Builder 클리어버전 ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

공개 PlatformInfo.Builder 클론 ()

공개 문자열 getBits ()

 e.g. '64bit'
 
string bits = 1;

공개 com.google.protobuf.ByteString getBitsBytes ()

 e.g. '64bit'
 
string bits = 1;

공개 PlatformInfo getDefaultInstanceForType ()

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

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 문자열 getLinkage ()

 e.g. 'ELF'
 
string linkage = 2;

공개 com.google.protobuf.ByteString getLinkageBytes ()

 e.g. 'ELF'
 
string linkage = 2;

공개 문자열 getMachine ()

 e.g. 'i386'
 
string machine = 3;

공개 com.google.protobuf.ByteString getMachineBytes ()

 e.g. 'i386'
 
string machine = 3;

공개 문자열 getRelease ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

공개 com.google.protobuf.ByteString getReleaseBytes ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

공개 문자열 getSystem ()

 e.g. 'Linux'
 
string system = 5;

공개 com.google.protobuf.ByteString getSystemBytes ()

 e.g. 'Linux'
 
string system = 5;

공개 문자열 getVersion ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

공개 com.google.protobuf.ByteString getVersionBytes ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

공개 최종 부울 isInitialized ()

공개 PlatformInfo.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 PlatformInfo.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 최종 PlatformInfo.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 PlatformInfo.Builder setBits (문자열 값)

 e.g. '64bit'
 
string bits = 1;

공개 PlatformInfo.Builder setBitsBytes (com.google.protobuf.ByteString 값)

 e.g. '64bit'
 
string bits = 1;

공개 PlatformInfo.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 PlatformInfo.Builder setLinkage (문자열 값)

 e.g. 'ELF'
 
string linkage = 2;

공개 PlatformInfo.Builder setLinkageBytes (com.google.protobuf.ByteString 값)

 e.g. 'ELF'
 
string linkage = 2;

공개 PlatformInfo.Builder setMachine (문자열 값)

 e.g. 'i386'
 
string machine = 3;

공개 PlatformInfo.Builder setMachineBytes (com.google.protobuf.ByteString 값)

 e.g. 'i386'
 
string machine = 3;

공개 PlatformInfo.Builder setRelease (문자열 값)

 e.g. '3.13.0-76-generic'
 
string release = 4;

공개 PlatformInfo.Builder setReleaseBytes (com.google.protobuf.ByteString 값)

 e.g. '3.13.0-76-generic'
 
string release = 4;

공개 PlatformInfo.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 PlatformInfo.Builder setSystem (문자열 값)

 e.g. 'Linux'
 
string system = 5;

공개 PlatformInfo.Builder setSystemBytes (com.google.protobuf.ByteString 값)

 e.g. 'Linux'
 
string system = 5;

공개 최종 PlatformInfo.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

공개 PlatformInfo.Builder setVersion (문자열 값)

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

공개 PlatformInfo.Builder setVersionBytes (com.google.protobuf.ByteString 값)

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;