Uses of Class
org.tensorflow.proto.DevicePropertiesProtos.DeviceProperties.Builder
Packages that use DevicePropertiesProtos.DeviceProperties.Builder
-
Uses of DevicePropertiesProtos.DeviceProperties.Builder in org.tensorflow.proto
Subclasses with type arguments of type DevicePropertiesProtos.DeviceProperties.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.DevicePropertiesMethods in org.tensorflow.proto that return DevicePropertiesProtos.DeviceProperties.BuilderModifier and TypeMethodDescriptionDevicePropertiesProtos.DeviceProperties.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) DevicePropertiesProtos.DeviceProperties.Builder.clear()DevicePropertiesProtos.DeviceProperties.Builder.clearBandwidth()Memory bandwidth in KB/sDevicePropertiesProtos.DeviceProperties.Builder.clearEnvironment()DevicePropertiesProtos.DeviceProperties.Builder.clearField(Descriptors.FieldDescriptor field) DevicePropertiesProtos.DeviceProperties.Builder.clearFrequency()Core Frequency in MhzDevicePropertiesProtos.DeviceProperties.Builder.clearL1CacheSize()L1 cache size in bytesDevicePropertiesProtos.DeviceProperties.Builder.clearL2CacheSize()L2 cache size in bytesDevicePropertiesProtos.DeviceProperties.Builder.clearL3CacheSize()L3 cache size in bytesDevicePropertiesProtos.DeviceProperties.Builder.clearMemorySize()Memory size in bytesDevicePropertiesProtos.DeviceProperties.Builder.clearModel()Model (Haswell, K40, ...)DevicePropertiesProtos.DeviceProperties.Builder.clearNumCores()Number of coresDevicePropertiesProtos.DeviceProperties.Builder.clearNumRegisters()Number of registers per core.DevicePropertiesProtos.DeviceProperties.Builder.clearOneof(Descriptors.OneofDescriptor oneof) DevicePropertiesProtos.DeviceProperties.Builder.clearSharedMemorySizePerMultiprocessor()Shared memory size per multiprocessor in bytes.DevicePropertiesProtos.DeviceProperties.Builder.clearType()Device type (CPU, GPU, ...)DevicePropertiesProtos.DeviceProperties.Builder.clearVendor()Vendor (Intel, nvidia, ...)DevicePropertiesProtos.DeviceProperties.Builder.clone()OpPerformanceData.OpInfo.Builder.getDeviceBuilder()Device on which the operation is run.DevicePropertiesProtos.NamedDevice.Builder.getPropertiesBuilder().tensorflow.DeviceProperties properties = 2;DevicePropertiesProtos.DeviceProperties.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DevicePropertiesProtos.DeviceProperties.Builder.mergeFrom(DevicePropertiesProtos.DeviceProperties other) DevicePropertiesProtos.DeviceProperties.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) DevicePropertiesProtos.DeviceProperties.newBuilder()DevicePropertiesProtos.DeviceProperties.newBuilder(DevicePropertiesProtos.DeviceProperties prototype) DevicePropertiesProtos.DeviceProperties.newBuilderForType()DevicePropertiesProtos.DeviceProperties.newBuilderForType(GeneratedMessageV3.BuilderParent parent) DevicePropertiesProtos.DeviceProperties.Builder.putAllEnvironment(Map<String, String> values) Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)DevicePropertiesProtos.DeviceProperties.Builder.putEnvironment(String key, String value) Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)DevicePropertiesProtos.DeviceProperties.Builder.removeEnvironment(String key) Version of the tools and libraries used with this device (e.g. gcc 4.9, cudnn 5.1)DevicePropertiesProtos.DeviceProperties.Builder.setBandwidth(long value) Memory bandwidth in KB/sDevicePropertiesProtos.DeviceProperties.Builder.setField(Descriptors.FieldDescriptor field, Object value) DevicePropertiesProtos.DeviceProperties.Builder.setFrequency(long value) Core Frequency in MhzDevicePropertiesProtos.DeviceProperties.Builder.setL1CacheSize(long value) L1 cache size in bytesDevicePropertiesProtos.DeviceProperties.Builder.setL2CacheSize(long value) L2 cache size in bytesDevicePropertiesProtos.DeviceProperties.Builder.setL3CacheSize(long value) L3 cache size in bytesDevicePropertiesProtos.DeviceProperties.Builder.setMemorySize(long value) Memory size in bytesModel (Haswell, K40, ...)DevicePropertiesProtos.DeviceProperties.Builder.setModelBytes(ByteString value) Model (Haswell, K40, ...)DevicePropertiesProtos.DeviceProperties.Builder.setNumCores(long value) Number of coresDevicePropertiesProtos.DeviceProperties.Builder.setNumRegisters(long value) Number of registers per core.DevicePropertiesProtos.DeviceProperties.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) DevicePropertiesProtos.DeviceProperties.Builder.setSharedMemorySizePerMultiprocessor(long value) Shared memory size per multiprocessor in bytes.Device type (CPU, GPU, ...)DevicePropertiesProtos.DeviceProperties.Builder.setTypeBytes(ByteString value) Device type (CPU, GPU, ...)DevicePropertiesProtos.DeviceProperties.Builder.setUnknownFields(UnknownFieldSet unknownFields) Vendor (Intel, nvidia, ...)DevicePropertiesProtos.DeviceProperties.Builder.setVendorBytes(ByteString value) Vendor (Intel, nvidia, ...)DevicePropertiesProtos.DeviceProperties.toBuilder()Methods in org.tensorflow.proto with parameters of type DevicePropertiesProtos.DeviceProperties.BuilderModifier and TypeMethodDescriptionOpPerformanceData.OpInfo.Builder.setDevice(DevicePropertiesProtos.DeviceProperties.Builder builderForValue) Device on which the operation is run.DevicePropertiesProtos.NamedDevice.Builder.setProperties(DevicePropertiesProtos.DeviceProperties.Builder builderForValue) .tensorflow.DeviceProperties properties = 2;