Uses of Class
org.tensorflow.framework.GPUOptions.Builder
Packages that use GPUOptions.Builder
-
Uses of GPUOptions.Builder in org.tensorflow.framework
Methods in org.tensorflow.framework that return GPUOptions.BuilderModifier and TypeMethodDescriptionGPUOptions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GPUOptions.Builder.clear()GPUOptions.Builder.clearAllocatorType()The type of GPU allocation strategy to use.GPUOptions.Builder.clearAllowGrowth()If true, the allocator does not pre-allocate the entire specified GPU memory region, instead starting small and growing as needed.GPUOptions.Builder.clearDeferredDeletionBytes()Delay deletion of up to this many bytes to reduce the number of interactions with gpu driver code.GPUOptions.Builder.clearExperimental()Everything inside experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.GPUOptions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GPUOptions.Builder.clearForceGpuCompatible()Force all tensors to be gpu_compatible.GPUOptions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GPUOptions.Builder.clearPerProcessGpuMemoryFraction()Fraction of the total GPU memory to allocate for each process. 1 means to allocate all of the GPU memory, 0.5 means the process allocates up to ~50% of the total GPU memory.GPUOptions.Builder.clearPollingActiveDelayUsecs()In the event polling loop sleep this many microseconds between PollEvents calls, when the queue is not empty.GPUOptions.Builder.clearPollingInactiveDelayMsecs()This field is deprecated and ignored.GPUOptions.Builder.clearVisibleDeviceList()A comma-separated list of GPU ids that determines the 'visible' to 'virtual' mapping of GPU devices.GPUOptions.Builder.clone()ConfigProto.Builder.getGpuOptionsBuilder()Options that apply to all GPUs.ConfigProto.Builder.getPluggableDeviceOptionsBuilder()Options that apply to pluggable devices.GPUOptions.Builder.mergeExperimental(GPUOptions.Experimental value) Everything inside experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.GPUOptions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GPUOptions.Builder.mergeFrom(com.google.protobuf.Message other) GPUOptions.Builder.mergeFrom(GPUOptions other) final GPUOptions.BuilderGPUOptions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static GPUOptions.BuilderGPUOptions.newBuilder()static GPUOptions.BuilderGPUOptions.newBuilder(GPUOptions prototype) GPUOptions.newBuilderForType()protected GPUOptions.BuilderGPUOptions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GPUOptions.Builder.setAllocatorType(String value) The type of GPU allocation strategy to use.GPUOptions.Builder.setAllocatorTypeBytes(com.google.protobuf.ByteString value) The type of GPU allocation strategy to use.GPUOptions.Builder.setAllowGrowth(boolean value) If true, the allocator does not pre-allocate the entire specified GPU memory region, instead starting small and growing as needed.GPUOptions.Builder.setDeferredDeletionBytes(long value) Delay deletion of up to this many bytes to reduce the number of interactions with gpu driver code.GPUOptions.Builder.setExperimental(GPUOptions.Experimental value) Everything inside experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.GPUOptions.Builder.setExperimental(GPUOptions.Experimental.Builder builderForValue) Everything inside experimental is subject to change and is not subject to API stability guarantees in https://www.tensorflow.org/guide/version_compat.GPUOptions.Builder.setForceGpuCompatible(boolean value) Force all tensors to be gpu_compatible.GPUOptions.Builder.setPerProcessGpuMemoryFraction(double value) Fraction of the total GPU memory to allocate for each process. 1 means to allocate all of the GPU memory, 0.5 means the process allocates up to ~50% of the total GPU memory.GPUOptions.Builder.setPollingActiveDelayUsecs(int value) In the event polling loop sleep this many microseconds between PollEvents calls, when the queue is not empty.GPUOptions.Builder.setPollingInactiveDelayMsecs(int value) This field is deprecated and ignored.GPUOptions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final GPUOptions.BuilderGPUOptions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GPUOptions.Builder.setVisibleDeviceList(String value) A comma-separated list of GPU ids that determines the 'visible' to 'virtual' mapping of GPU devices.GPUOptions.Builder.setVisibleDeviceListBytes(com.google.protobuf.ByteString value) A comma-separated list of GPU ids that determines the 'visible' to 'virtual' mapping of GPU devices.GPUOptions.toBuilder()Methods in org.tensorflow.framework with parameters of type GPUOptions.BuilderModifier and TypeMethodDescriptionConfigProto.Builder.setGpuOptions(GPUOptions.Builder builderForValue) Options that apply to all GPUs.ConfigProto.Builder.setPluggableDeviceOptions(GPUOptions.Builder builderForValue) Options that apply to pluggable devices.