MachineConfigurationOrBuilder

공용 인터페이스 MachineConfigurationOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 AvailableDeviceInfo
getAvailableDeviceInfo (정수 인덱스)
 Devices accessible to the test (e.g.
추상 정수
getAvailableDeviceInfoCount ()
 Devices accessible to the test (e.g.
추상 목록< AvailableDeviceInfo >
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.
추상 CPUInfoOrBuilder
getCpuInfoOrBuilder ()
 CPU Information.
추상 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;
추상 MemoryInfoOrBuilder
getMemoryInfoOrBuilder ()
.tensorflow.MemoryInfo memory_info = 6;
추상 플랫폼 정보
getPlatformInfo ()
 Additional platform information.
추상 PlatformInfoOrBuilder
getPlatformInfoOrBuilder ()
 Additional platform information.
추상 문자열
getSerialIdentifier ()
 Unique serial number of the machine.
추상 com.google.protobuf.ByteString
getSerialIdentifierBytes ()
 Unique serial number of the machine.
추상 부울
hasCpuInfo ()
 CPU Information.
추상 부울
hasMemoryInfo ()
.tensorflow.MemoryInfo memory_info = 6;
추상 부울
hasPlatformInfo ()
 Additional platform information.

공개 방법

공개 추상 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;

공개 추상 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;

공개 추상 List<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;

공개 추상 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;

공개 추상 부울 hasCpuInfo ()

 CPU Information.
 
.tensorflow.CPUInfo cpu_info = 3;

공개 추상 부울 hasMemoryInfo ()

.tensorflow.MemoryInfo memory_info = 6;

공개 추상 부울 hasPlatformInfo ()

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