public static final class MachineConfiguration.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder> implements MachineConfigurationOrBuilder
tensorflow.MachineConfiguration| Modifier and Type | Method and Description |
|---|---|
MachineConfiguration.Builder |
addAllAvailableDeviceInfo(Iterable<? extends AvailableDeviceInfo> values)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
addAllDeviceInfo(Iterable<? extends com.google.protobuf.Any> values)
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
addAvailableDeviceInfo(AvailableDeviceInfo.Builder builderForValue)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
addAvailableDeviceInfo(AvailableDeviceInfo value)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
addAvailableDeviceInfo(int index,
AvailableDeviceInfo.Builder builderForValue)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
addAvailableDeviceInfo(int index,
AvailableDeviceInfo value)
Devices accessible to the test (e.g.
|
AvailableDeviceInfo.Builder |
addAvailableDeviceInfoBuilder()
Devices accessible to the test (e.g.
|
AvailableDeviceInfo.Builder |
addAvailableDeviceInfoBuilder(int index)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
addDeviceInfo(com.google.protobuf.Any.Builder builderForValue)
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
addDeviceInfo(com.google.protobuf.Any value)
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
addDeviceInfo(int index,
com.google.protobuf.Any.Builder builderForValue)
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
addDeviceInfo(int index,
com.google.protobuf.Any value)
Other devices that are attached and relevant (e.g.
|
com.google.protobuf.Any.Builder |
addDeviceInfoBuilder()
Other devices that are attached and relevant (e.g.
|
com.google.protobuf.Any.Builder |
addDeviceInfoBuilder(int index)
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MachineConfiguration |
build() |
MachineConfiguration |
buildPartial() |
MachineConfiguration.Builder |
clear() |
MachineConfiguration.Builder |
clearAvailableDeviceInfo()
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
clearCpuInfo()
CPU Information.
|
MachineConfiguration.Builder |
clearDeviceInfo()
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
MachineConfiguration.Builder |
clearHostname()
Host name of machine that ran the benchmark.
|
MachineConfiguration.Builder |
clearMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6; |
MachineConfiguration.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
MachineConfiguration.Builder |
clearPlatformInfo()
Additional platform information.
|
MachineConfiguration.Builder |
clearSerialIdentifier()
Unique serial number of the machine.
|
MachineConfiguration.Builder |
clone() |
AvailableDeviceInfo |
getAvailableDeviceInfo(int index)
Devices accessible to the test (e.g.
|
AvailableDeviceInfo.Builder |
getAvailableDeviceInfoBuilder(int index)
Devices accessible to the test (e.g.
|
List<AvailableDeviceInfo.Builder> |
getAvailableDeviceInfoBuilderList()
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.
|
CPUInfo.Builder |
getCpuInfoBuilder()
CPU Information.
|
CPUInfoOrBuilder |
getCpuInfoOrBuilder()
CPU Information.
|
MachineConfiguration |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Any |
getDeviceInfo(int index)
Other devices that are attached and relevant (e.g.
|
com.google.protobuf.Any.Builder |
getDeviceInfoBuilder(int index)
Other devices that are attached and relevant (e.g.
|
List<com.google.protobuf.Any.Builder> |
getDeviceInfoBuilderList()
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; |
MemoryInfo.Builder |
getMemoryInfoBuilder()
.tensorflow.MemoryInfo memory_info = 6; |
MemoryInfoOrBuilder |
getMemoryInfoOrBuilder()
.tensorflow.MemoryInfo memory_info = 6; |
PlatformInfo |
getPlatformInfo()
Additional platform information.
|
PlatformInfo.Builder |
getPlatformInfoBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
MachineConfiguration.Builder |
mergeCpuInfo(CPUInfo value)
CPU Information.
|
MachineConfiguration.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MachineConfiguration.Builder |
mergeFrom(MachineConfiguration other) |
MachineConfiguration.Builder |
mergeFrom(com.google.protobuf.Message other) |
MachineConfiguration.Builder |
mergeMemoryInfo(MemoryInfo value)
.tensorflow.MemoryInfo memory_info = 6; |
MachineConfiguration.Builder |
mergePlatformInfo(PlatformInfo value)
Additional platform information.
|
MachineConfiguration.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
MachineConfiguration.Builder |
removeAvailableDeviceInfo(int index)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
removeDeviceInfo(int index)
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
setAvailableDeviceInfo(int index,
AvailableDeviceInfo.Builder builderForValue)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
setAvailableDeviceInfo(int index,
AvailableDeviceInfo value)
Devices accessible to the test (e.g.
|
MachineConfiguration.Builder |
setCpuInfo(CPUInfo.Builder builderForValue)
CPU Information.
|
MachineConfiguration.Builder |
setCpuInfo(CPUInfo value)
CPU Information.
|
MachineConfiguration.Builder |
setDeviceInfo(int index,
com.google.protobuf.Any.Builder builderForValue)
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
setDeviceInfo(int index,
com.google.protobuf.Any value)
Other devices that are attached and relevant (e.g.
|
MachineConfiguration.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
MachineConfiguration.Builder |
setHostname(String value)
Host name of machine that ran the benchmark.
|
MachineConfiguration.Builder |
setHostnameBytes(com.google.protobuf.ByteString value)
Host name of machine that ran the benchmark.
|
MachineConfiguration.Builder |
setMemoryInfo(MemoryInfo.Builder builderForValue)
.tensorflow.MemoryInfo memory_info = 6; |
MachineConfiguration.Builder |
setMemoryInfo(MemoryInfo value)
.tensorflow.MemoryInfo memory_info = 6; |
MachineConfiguration.Builder |
setPlatformInfo(PlatformInfo.Builder builderForValue)
Additional platform information.
|
MachineConfiguration.Builder |
setPlatformInfo(PlatformInfo value)
Additional platform information.
|
MachineConfiguration.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
MachineConfiguration.Builder |
setSerialIdentifier(String value)
Unique serial number of the machine.
|
MachineConfiguration.Builder |
setSerialIdentifierBytes(com.google.protobuf.ByteString value)
Unique serial number of the machine.
|
MachineConfiguration.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic MachineConfiguration build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic MachineConfiguration buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic MachineConfiguration.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder mergeFrom(MachineConfiguration other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public MachineConfiguration.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<MachineConfiguration.Builder>IOExceptionpublic String getHostname()
Host name of machine that ran the benchmark.
string hostname = 1;getHostname in interface MachineConfigurationOrBuilderpublic com.google.protobuf.ByteString getHostnameBytes()
Host name of machine that ran the benchmark.
string hostname = 1;getHostnameBytes in interface MachineConfigurationOrBuilderpublic MachineConfiguration.Builder setHostname(String value)
Host name of machine that ran the benchmark.
string hostname = 1;public MachineConfiguration.Builder clearHostname()
Host name of machine that ran the benchmark.
string hostname = 1;public MachineConfiguration.Builder setHostnameBytes(com.google.protobuf.ByteString value)
Host name of machine that ran the benchmark.
string hostname = 1;public String getSerialIdentifier()
Unique serial number of the machine.
string serial_identifier = 7;getSerialIdentifier in interface MachineConfigurationOrBuilderpublic com.google.protobuf.ByteString getSerialIdentifierBytes()
Unique serial number of the machine.
string serial_identifier = 7;getSerialIdentifierBytes in interface MachineConfigurationOrBuilderpublic MachineConfiguration.Builder setSerialIdentifier(String value)
Unique serial number of the machine.
string serial_identifier = 7;public MachineConfiguration.Builder clearSerialIdentifier()
Unique serial number of the machine.
string serial_identifier = 7;public MachineConfiguration.Builder setSerialIdentifierBytes(com.google.protobuf.ByteString value)
Unique serial number of the machine.
string serial_identifier = 7;public boolean hasPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;hasPlatformInfo in interface MachineConfigurationOrBuilderpublic PlatformInfo getPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;getPlatformInfo in interface MachineConfigurationOrBuilderpublic MachineConfiguration.Builder setPlatformInfo(PlatformInfo value)
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;public MachineConfiguration.Builder setPlatformInfo(PlatformInfo.Builder builderForValue)
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;public MachineConfiguration.Builder mergePlatformInfo(PlatformInfo value)
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;public MachineConfiguration.Builder clearPlatformInfo()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;public PlatformInfo.Builder getPlatformInfoBuilder()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;public PlatformInfoOrBuilder getPlatformInfoOrBuilder()
Additional platform information.
.tensorflow.PlatformInfo platform_info = 2;getPlatformInfoOrBuilder in interface MachineConfigurationOrBuilderpublic boolean hasCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;hasCpuInfo in interface MachineConfigurationOrBuilderpublic CPUInfo getCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;getCpuInfo in interface MachineConfigurationOrBuilderpublic MachineConfiguration.Builder setCpuInfo(CPUInfo value)
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;public MachineConfiguration.Builder setCpuInfo(CPUInfo.Builder builderForValue)
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;public MachineConfiguration.Builder mergeCpuInfo(CPUInfo value)
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;public MachineConfiguration.Builder clearCpuInfo()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;public CPUInfo.Builder getCpuInfoBuilder()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;public CPUInfoOrBuilder getCpuInfoOrBuilder()
CPU Information.
.tensorflow.CPUInfo cpu_info = 3;getCpuInfoOrBuilder in interface MachineConfigurationOrBuilderpublic List<com.google.protobuf.Any> getDeviceInfoList()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfoList in interface MachineConfigurationOrBuilderpublic int getDeviceInfoCount()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfoCount in interface MachineConfigurationOrBuilderpublic com.google.protobuf.Any getDeviceInfo(int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfo in interface MachineConfigurationOrBuilderpublic MachineConfiguration.Builder setDeviceInfo(int index, com.google.protobuf.Any value)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public MachineConfiguration.Builder setDeviceInfo(int index, com.google.protobuf.Any.Builder builderForValue)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public MachineConfiguration.Builder addDeviceInfo(com.google.protobuf.Any value)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public MachineConfiguration.Builder addDeviceInfo(int index, com.google.protobuf.Any value)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public MachineConfiguration.Builder addDeviceInfo(com.google.protobuf.Any.Builder builderForValue)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public MachineConfiguration.Builder addDeviceInfo(int index, com.google.protobuf.Any.Builder builderForValue)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public MachineConfiguration.Builder addAllDeviceInfo(Iterable<? extends com.google.protobuf.Any> values)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public MachineConfiguration.Builder clearDeviceInfo()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public MachineConfiguration.Builder removeDeviceInfo(int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public com.google.protobuf.Any.Builder getDeviceInfoBuilder(int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public com.google.protobuf.AnyOrBuilder getDeviceInfoOrBuilder(int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfoOrBuilder in interface MachineConfigurationOrBuilderpublic List<? extends com.google.protobuf.AnyOrBuilder> getDeviceInfoOrBuilderList()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;getDeviceInfoOrBuilderList in interface MachineConfigurationOrBuilderpublic com.google.protobuf.Any.Builder addDeviceInfoBuilder()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public com.google.protobuf.Any.Builder addDeviceInfoBuilder(int index)
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public List<com.google.protobuf.Any.Builder> getDeviceInfoBuilderList()
Other devices that are attached and relevant (e.g. GPUInfo).
repeated .google.protobuf.Any device_info = 4;public List<AvailableDeviceInfo> getAvailableDeviceInfoList()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfoList in interface MachineConfigurationOrBuilderpublic int getAvailableDeviceInfoCount()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfoCount in interface MachineConfigurationOrBuilderpublic AvailableDeviceInfo getAvailableDeviceInfo(int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfo in interface MachineConfigurationOrBuilderpublic MachineConfiguration.Builder setAvailableDeviceInfo(int index, AvailableDeviceInfo value)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public MachineConfiguration.Builder setAvailableDeviceInfo(int index, AvailableDeviceInfo.Builder builderForValue)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public MachineConfiguration.Builder addAvailableDeviceInfo(AvailableDeviceInfo value)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public MachineConfiguration.Builder addAvailableDeviceInfo(int index, AvailableDeviceInfo value)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public MachineConfiguration.Builder addAvailableDeviceInfo(AvailableDeviceInfo.Builder builderForValue)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public MachineConfiguration.Builder addAvailableDeviceInfo(int index, AvailableDeviceInfo.Builder builderForValue)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public MachineConfiguration.Builder addAllAvailableDeviceInfo(Iterable<? extends AvailableDeviceInfo> values)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public MachineConfiguration.Builder clearAvailableDeviceInfo()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public MachineConfiguration.Builder removeAvailableDeviceInfo(int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public AvailableDeviceInfo.Builder getAvailableDeviceInfoBuilder(int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public AvailableDeviceInfoOrBuilder getAvailableDeviceInfoOrBuilder(int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfoOrBuilder in interface MachineConfigurationOrBuilderpublic List<? extends AvailableDeviceInfoOrBuilder> getAvailableDeviceInfoOrBuilderList()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;getAvailableDeviceInfoOrBuilderList in interface MachineConfigurationOrBuilderpublic AvailableDeviceInfo.Builder addAvailableDeviceInfoBuilder()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public AvailableDeviceInfo.Builder addAvailableDeviceInfoBuilder(int index)
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public List<AvailableDeviceInfo.Builder> getAvailableDeviceInfoBuilderList()
Devices accessible to the test (e.g. as given by list_local_devices).
repeated .tensorflow.AvailableDeviceInfo available_device_info = 5;public boolean hasMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;hasMemoryInfo in interface MachineConfigurationOrBuilderpublic MemoryInfo getMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;getMemoryInfo in interface MachineConfigurationOrBuilderpublic MachineConfiguration.Builder setMemoryInfo(MemoryInfo value)
.tensorflow.MemoryInfo memory_info = 6;public MachineConfiguration.Builder setMemoryInfo(MemoryInfo.Builder builderForValue)
.tensorflow.MemoryInfo memory_info = 6;public MachineConfiguration.Builder mergeMemoryInfo(MemoryInfo value)
.tensorflow.MemoryInfo memory_info = 6;public MachineConfiguration.Builder clearMemoryInfo()
.tensorflow.MemoryInfo memory_info = 6;public MemoryInfo.Builder getMemoryInfoBuilder()
.tensorflow.MemoryInfo memory_info = 6;public MemoryInfoOrBuilder getMemoryInfoOrBuilder()
.tensorflow.MemoryInfo memory_info = 6;getMemoryInfoOrBuilder in interface MachineConfigurationOrBuilderpublic final MachineConfiguration.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>public final MachineConfiguration.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<MachineConfiguration.Builder>Copyright © 2015–2019. All rights reserved.