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.addRepeatedField(Descriptors.FieldDescriptor field, Object value) AvailableDeviceInfo.Builder.clear()AvailableDeviceInfo.Builder.clearField(Descriptors.FieldDescriptor field) AvailableDeviceInfo.Builder.clearMemoryLimit()Memory capacity in bytes.AvailableDeviceInfo.Builder.clearName()Device name.AvailableDeviceInfo.Builder.clearOneof(Descriptors.OneofDescriptor oneof) AvailableDeviceInfo.Builder.clearPhysicalDescription()The physical description of this device.AvailableDeviceInfo.Builder.clearType()Device type, e.g.AvailableDeviceInfo.Builder.clone()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) AvailableDeviceInfo.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static AvailableDeviceInfo.BuilderAvailableDeviceInfo.newBuilder()static AvailableDeviceInfo.BuilderAvailableDeviceInfo.newBuilder(AvailableDeviceInfo prototype) AvailableDeviceInfo.newBuilderForType()protected AvailableDeviceInfo.BuilderAvailableDeviceInfo.newBuilderForType(GeneratedMessageV3.BuilderParent parent) AvailableDeviceInfo.Builder.setField(Descriptors.FieldDescriptor field, Object value) 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.AvailableDeviceInfo.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Device type, e.g.AvailableDeviceInfo.Builder.setTypeBytes(ByteString value) Device type, e.g.AvailableDeviceInfo.Builder.setUnknownFields(UnknownFieldSet unknownFields) 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).