MachineConfiguration

공개 최종 클래스 MachineConfiguration

Protobuf 유형 tensorflow.MachineConfiguration

중첩 클래스

수업 MachineConfiguration.Builder Protobuf 유형 tensorflow.MachineConfiguration

상수

정수 AVAILABLE_DEVICE_INFO_FIELD_NUMBER
정수 CPU_INFO_FIELD_NUMBER
정수 DEVICE_INFO_FIELD_NUMBER
정수 HOSTNAME_FIELD_NUMBER
정수 MEMORY_INFO_FIELD_NUMBER
정수 PLATFORM_INFO_FIELD_NUMBER
정수 SERIAL_IDENTIFIER_FIELD_NUMBER

공개 방법

부울
같음 (객체 객체)
사용 가능한 장치 정보
getAvailableDeviceInfo (정수 인덱스)
 Devices accessible to the test (e.g.
정수
getAvailableDeviceInfoCount ()
 Devices accessible to the test (e.g.
목록< 사용 가능한 장치 정보 >
getAvailableDeviceInfoList ()
 Devices accessible to the test (e.g.
AvailableDeviceInfoOrBuilder
getAvailableDeviceInfoOrBuilder (int 인덱스)
 Devices accessible to the test (e.g.
목록<? AvailableDeviceInfoOrBuilder 확장 >
getAvailableDeviceInfoOrBuilderList ()
 Devices accessible to the test (e.g.
CPU정보
getCpuInfo ()
 CPU Information.
CPU정보 또는 빌더
getCpuInfoOrBuilder ()
 CPU Information.
정적 MachineConfiguration
기계 구성
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Any
getDeviceInfo (정수 인덱스)
 Other devices that are attached and relevant (e.g.
정수
getDeviceInfoCount ()
 Other devices that are attached and relevant (e.g.
목록<모두>
getDeviceInfoList ()
 Other devices that are attached and relevant (e.g.
com.google.protobuf.AnyOrBuilder
getDeviceInfoOrBuilder (정수 인덱스)
 Other devices that are attached and relevant (e.g.
목록<? AnyOrBuilder 확장>
getDeviceInfoOrBuilderList ()
 Other devices that are attached and relevant (e.g.
getHostname ()
 Host name of machine that ran the benchmark.
com.google.protobuf.ByteString
getHostnameBytes ()
 Host name of machine that ran the benchmark.
메모리정보
getMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
메모리 정보 또는 빌더
getMemoryInfoOrBuilder ()
.tensorflow.MemoryInfo memory_info = 6;
플랫폼정보
getPlatformInfo ()
 Additional platform information.
플랫폼정보또는 빌더
getPlatformInfoOrBuilder ()
 Additional platform information.
getSerialIdentifier ()
 Unique serial number of the machine.
com.google.protobuf.ByteString
getSerialIdentifierBytes ()
 Unique serial number of the machine.
정수
최종 com.google.protobuf.UnknownFieldSet
부울
hasCpuInfo ()
 CPU Information.
부울
hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
부울
hasPlatformInfo ()
 Additional platform information.
정수
최종 부울
정적 MachineConfiguration.Builder
newBuilder ( MachineConfiguration 프로토타입)
정적 MachineConfiguration.Builder
MachineConfiguration.Builder
정적 MachineConfiguration
parsDelimitedFrom (InputStream 입력)
정적 MachineConfiguration
parseDelimitedFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 MachineConfiguration
parsFrom (ByteBuffer 데이터)
정적 MachineConfiguration
ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 MachineConfiguration
ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 MachineConfiguration
ParseFrom (com.google.protobuf.CodedInputStream 입력)
정적 MachineConfiguration
parseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite 확장Registry)
정적 MachineConfiguration
ParseFrom (com.google.protobuf.ByteString 데이터)
정적 MachineConfiguration
ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
정적 MachineConfiguration
ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
공전
파서 ()
MachineConfiguration.Builder
무효의
writeTo (com.google.protobuf.CodedOutputStream 출력)

상속된 메서드

상수

공개 정적 최종 int AVAILABLE_DEVICE_INFO_FIELD_NUMBER

상수값: 5

공개 정적 최종 int CPU_INFO_FIELD_NUMBER

상수값: 3

공개 정적 최종 int DEVICE_INFO_FIELD_NUMBER

상수값: 4

공개 정적 최종 int HOSTNAME_FIELD_NUMBER

상수값: 1

공개 정적 최종 int MEMORY_INFO_FIELD_NUMBER

상수값: 6

공개 정적 최종 int PLATFORM_INFO_FIELD_NUMBER

상수값: 2

공개 정적 최종 int SERIAL_IDENTIFIER_FIELD_NUMBER

상수값: 7

공개 방법

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

공개 AvailableDeviceInfo getAvailableDeviceInfo (int 인덱스)

 Devices accessible to the test (e.g. as given by list_local_devices).
 
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;

공개 int getAvailableDeviceInfoCount ()

 Devices accessible to the test (e.g. as given by list_local_devices).
 
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;

공개 목록< AvailableDeviceInfo > getAvailableDeviceInfoList ()

 Devices accessible to the test (e.g. as given by list_local_devices).
 
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;

공개 AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder (int 인덱스)

 Devices accessible to the test (e.g. as given by list_local_devices).
 
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;

공개 목록<? AvailableDeviceInfoOrBuilder > getAvailableDeviceInfoOrBuilderList () 를 확장합니다.

 Devices accessible to the test (e.g. as given by list_local_devices).
 
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;

공개 CPUInfo getCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

공개 CPUInfoOrBuilder getCpuInfoOrBuilder ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

공개 정적 MachineConfiguration getDefaultInstance ()

공개 MachineConfiguration getDefaultInstanceForType ()

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

공개 com.google.protobuf.Any getDeviceInfo (int 인덱스)

 Other devices that are attached and relevant (e.g. GPUInfo).
 
repeated .google.protobuf.Any device_info = 4;

공개 int getDeviceInfoCount ()

 Other devices that are attached and relevant (e.g. GPUInfo).
 
repeated .google.protobuf.Any device_info = 4;

공개 목록<Any> getDeviceInfoList ()

 Other devices that are attached and relevant (e.g. GPUInfo).
 
repeated .google.protobuf.Any device_info = 4;

공개 com.google.protobuf.AnyOrBuilder getDeviceInfoOrBuilder (int 색인)

 Other devices that are attached and relevant (e.g. GPUInfo).
 
repeated .google.protobuf.Any device_info = 4;

공개 목록<? AnyOrBuilder> getDeviceInfoOrBuilderList 확장 ()

 Other devices that are attached and relevant (e.g. GPUInfo).
 
repeated .google.protobuf.Any device_info = 4;

공개 문자열 getHostname ()

 Host name of machine that ran the benchmark.
 
string hostname = 1;

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

 Host name of machine that ran the benchmark.
 
string hostname = 1;

공개 MemoryInfo getMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

공개 MemoryInfoOrBuilder getMemoryInfoOrBuilder ()

.tensorflow.MemoryInfo memory_info = 6;

공공의 getParserForType ()

공개 PlatformInfo getPlatformInfo ()

 Additional platform information.
 
.tensorflow.PlatformInfo platform_info = 2;

공개 PlatformInfoOrBuilder getPlatformInfoOrBuilder ()

 Additional platform information.
 
.tensorflow.PlatformInfo platform_info = 2;

공개 문자열 getSerialIdentifier ()

 Unique serial number of the machine.
 
string serial_identifier = 7;

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

 Unique serial number of the machine.
 
string serial_identifier = 7;

공개 int getSerializedSize ()

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

공개 부울 hasCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

공개 부울 hasMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

공개 부울 hasPlatformInfo ()

 Additional platform information.
 
.tensorflow.PlatformInfo platform_info = 2;

공개 int hashCode ()

공개 최종 부울 isInitialized ()

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

공개 정적 MachineConfiguration.Builder newBuilder ()

공개 MachineConfiguration.Builder newBuilderForType ()

공개 정적 MachineConfigurationparseDelimitedFrom ( InputStream 입력)

던지기
IO예외

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

던지기
IO예외

공개 정적 MachineConfiguration parsFrom (ByteBuffer 데이터)

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

공개 정적 MachineConfigurationparseFrom ( com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite 확장Registry)

던지기
IO예외

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

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

공개 정적 MachineConfiguration parsFrom (com.google.protobuf.CodedInputStream 입력)

던지기
IO예외

공개 정적 MachineConfiguration parsFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

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

공개 정적 MachineConfiguration parsFrom (com.google.protobuf.ByteString 데이터)

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

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

던지기
IO예외

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

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

공개 정적 파서 ()

공개 MachineConfiguration.Builder toBuilder ()

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

던지기
IO예외