Uses of Class
org.tensorflow.proto.AvailableDeviceInfo.Builder
Packages that use AvailableDeviceInfo.Builder
-
Uses of AvailableDeviceInfo.Builder in org.tensorflow.proto
Subclasses with type arguments of type AvailableDeviceInfo.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classMatches DeviceAttributesMethods in org.tensorflow.proto that return AvailableDeviceInfo.BuilderModifier and TypeMethodDescriptionMachineConfiguration.Builder.addAvailableDeviceInfoBuilder()Devices accessible to the test (e.g. as given by list_local_devices).MachineConfiguration.Builder.addAvailableDeviceInfoBuilder(int index) Devices accessible to the test (e.g. as given by list_local_devices).AvailableDeviceInfo.Builder.clear()AvailableDeviceInfo.Builder.clearMemoryLimit()Memory capacity in bytes.AvailableDeviceInfo.Builder.clearName()Device name.AvailableDeviceInfo.Builder.clearPhysicalDescription()The physical description of this device.AvailableDeviceInfo.Builder.clearType()Device type, e.g.MachineConfiguration.Builder.getAvailableDeviceInfoBuilder(int index) Devices accessible to the test (e.g. as given by list_local_devices).AvailableDeviceInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) AvailableDeviceInfo.Builder.mergeFrom(AvailableDeviceInfo other) static AvailableDeviceInfo.BuilderAvailableDeviceInfo.newBuilder()static AvailableDeviceInfo.BuilderAvailableDeviceInfo.newBuilder(AvailableDeviceInfo prototype) AvailableDeviceInfo.newBuilderForType()protected AvailableDeviceInfo.BuilderAvailableDeviceInfo.newBuilderForType(AbstractMessage.BuilderParent parent) AvailableDeviceInfo.Builder.setMemoryLimit(long value) Memory capacity in bytes.Device name.AvailableDeviceInfo.Builder.setNameBytes(ByteString value) Device name.AvailableDeviceInfo.Builder.setPhysicalDescription(String value) The physical description of this device.AvailableDeviceInfo.Builder.setPhysicalDescriptionBytes(ByteString value) The physical description of this device.Device type, e.g.AvailableDeviceInfo.Builder.setTypeBytes(ByteString value) Device type, e.g.AvailableDeviceInfo.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type AvailableDeviceInfo.BuilderModifier and TypeMethodDescriptionMachineConfiguration.Builder.getAvailableDeviceInfoBuilderList()Devices accessible to the test (e.g. as given by list_local_devices).Methods in org.tensorflow.proto with parameters of type AvailableDeviceInfo.BuilderModifier and TypeMethodDescriptionMachineConfiguration.Builder.addAvailableDeviceInfo(int index, AvailableDeviceInfo.Builder builderForValue) Devices accessible to the test (e.g. as given by list_local_devices).MachineConfiguration.Builder.addAvailableDeviceInfo(AvailableDeviceInfo.Builder builderForValue) Devices accessible to the test (e.g. as given by list_local_devices).MachineConfiguration.Builder.setAvailableDeviceInfo(int index, AvailableDeviceInfo.Builder builderForValue) Devices accessible to the test (e.g. as given by list_local_devices).