public interface MachineConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AvailableDeviceInfo |
getAvailableDeviceInfo(int index)
Devices accessible to the test (e.g.
|
int |
getAvailableDeviceInfoCount()
Devices accessible to the test (e.g.
|
List<AvailableDeviceInfo> |
getAvailableDeviceInfoList()
Devices accessible to the test (e.g.
|
AvailableDeviceInfoOrBuilder |
getAvailableDeviceInfoOrBuilder(int index)
Devices accessible to the test (e.g.
|
List<? extends AvailableDeviceInfoOrBuilder> |
getAvailableDeviceInfoOrBuilderList()
Devices accessible to the test (e.g.
|
CPUInfo |
getCpuInfo()
CPU Information.
|
CPUInfoOrBuilder |
getCpuInfoOrBuilder()
CPU Information.
|
com.google.protobuf.Any |
getDeviceInfo(int index)
Other devices that are attached and relevant (e.g.
|
int |
getDeviceInfoCount()
Other devices that are attached and relevant (e.g.
|
List<com.google.protobuf.Any> |
getDeviceInfoList()
Other devices that are attached and relevant (e.g.
|
com.google.protobuf.AnyOrBuilder |
getDeviceInfoOrBuilder(int index)
Other devices that are attached and relevant (e.g.
|
List<? extends com.google.protobuf.AnyOrBuilder> |
getDeviceInfoOrBuilderList()
Other devices that are attached and relevant (e.g.
|
String |
getHostname()
Host name of machine that ran the benchmark.
|
com.google.protobuf.ByteString |
getHostnameBytes()
Host name of machine that ran the benchmark.
|
MemoryInfo |
getMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6; |
MemoryInfoOrBuilder |
getMemoryInfoOrBuilder()
.tensorflow.MemoryInfo memory_info = 6; |
PlatformInfo |
getPlatformInfo()
Additional platform information.
|
PlatformInfoOrBuilder |
getPlatformInfoOrBuilder()
Additional platform information.
|
String |
getSerialIdentifier()
Unique serial number of the machine.
|
com.google.protobuf.ByteString |
getSerialIdentifierBytes()
Unique serial number of the machine.
|
boolean |
hasCpuInfo()
CPU Information.
|
boolean |
hasMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6; |
boolean |
hasPlatformInfo()
Additional platform information.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;String 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;boolean hasPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;PlatformInfo getPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;PlatformInfoOrBuilder getPlatformInfoOrBuilder()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;boolean hasCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;CPUInfo getCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;CPUInfoOrBuilder getCpuInfoOrBuilder()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;List<com.google.protobuf.Any> getDeviceInfoList()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;com.google.protobuf.Any getDeviceInfo(int index)
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<? extends com.google.protobuf.AnyOrBuilder> getDeviceInfoOrBuilderList()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;com.google.protobuf.AnyOrBuilder getDeviceInfoOrBuilder(int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;List<AvailableDeviceInfo> getAvailableDeviceInfoList()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;AvailableDeviceInfo getAvailableDeviceInfo(int index)
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;List<? extends AvailableDeviceInfoOrBuilder> getAvailableDeviceInfoOrBuilderList()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder(int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;boolean hasMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;MemoryInfo getMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;MemoryInfoOrBuilder getMemoryInfoOrBuilder()
.tensorflow.MemoryInfo memory_info = 6;Copyright © 2015–2019. All rights reserved.