GPUOptions.Builder |
GPUOptions.Builder.addRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GPUOptions.Builder |
GPUOptions.Builder.clear() |
|
GPUOptions.Builder |
GPUOptions.Builder.clearAllocatorType() |
The type of GPU allocation strategy to use.
|
GPUOptions.Builder |
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 |
GPUOptions.Builder.clearDeferredDeletionBytes() |
Delay deletion of up to this many bytes to reduce the number of
interactions with gpu driver code.
|
GPUOptions.Builder |
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 |
GPUOptions.Builder.clearField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field) |
|
GPUOptions.Builder |
GPUOptions.Builder.clearForceGpuCompatible() |
Force all tensors to be gpu_compatible.
|
GPUOptions.Builder |
GPUOptions.Builder.clearOneof(org.nd4j.shade.protobuf.Descriptors.OneofDescriptor oneof) |
|
GPUOptions.Builder |
GPUOptions.Builder.clearPerProcessGpuMemoryFraction() |
Fraction of the available GPU memory to allocate for each process.
|
GPUOptions.Builder |
GPUOptions.Builder.clearPollingActiveDelayUsecs() |
In the event polling loop sleep this many microseconds between
PollEvents calls, when the queue is not empty.
|
GPUOptions.Builder |
GPUOptions.Builder.clearPollingInactiveDelayMsecs() |
This field is deprecated and ignored.
|
GPUOptions.Builder |
GPUOptions.Builder.clearVisibleDeviceList() |
A comma-separated list of GPU ids that determines the 'visible'
to 'virtual' mapping of GPU devices.
|
GPUOptions.Builder |
GPUOptions.Builder.clone() |
|
GPUOptions.Builder |
ConfigProto.Builder.getGpuOptionsBuilder() |
Options that apply to all GPUs.
|
GPUOptions.Builder |
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 |
GPUOptions.Builder.mergeFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GPUOptions.Builder |
GPUOptions.Builder.mergeFrom(org.nd4j.shade.protobuf.Message other) |
|
GPUOptions.Builder |
GPUOptions.Builder.mergeFrom(GPUOptions other) |
|
GPUOptions.Builder |
GPUOptions.Builder.mergeUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
static GPUOptions.Builder |
GPUOptions.newBuilder() |
|
static GPUOptions.Builder |
GPUOptions.newBuilder(GPUOptions prototype) |
|
GPUOptions.Builder |
GPUOptions.newBuilderForType() |
|
protected GPUOptions.Builder |
GPUOptions.newBuilderForType(org.nd4j.shade.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
GPUOptions.Builder |
GPUOptions.Builder.setAllocatorType(String value) |
The type of GPU allocation strategy to use.
|
GPUOptions.Builder |
GPUOptions.Builder.setAllocatorTypeBytes(org.nd4j.shade.protobuf.ByteString value) |
The type of GPU allocation strategy to use.
|
GPUOptions.Builder |
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 |
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 |
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 |
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 |
GPUOptions.Builder.setField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
GPUOptions.Builder |
GPUOptions.Builder.setForceGpuCompatible(boolean value) |
Force all tensors to be gpu_compatible.
|
GPUOptions.Builder |
GPUOptions.Builder.setPerProcessGpuMemoryFraction(double value) |
Fraction of the available GPU memory to allocate for each process.
|
GPUOptions.Builder |
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 |
GPUOptions.Builder.setPollingInactiveDelayMsecs(int value) |
This field is deprecated and ignored.
|
GPUOptions.Builder |
GPUOptions.Builder.setRepeatedField(org.nd4j.shade.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
GPUOptions.Builder |
GPUOptions.Builder.setUnknownFields(org.nd4j.shade.protobuf.UnknownFieldSet unknownFields) |
|
GPUOptions.Builder |
GPUOptions.Builder.setVisibleDeviceList(String value) |
A comma-separated list of GPU ids that determines the 'visible'
to 'virtual' mapping of GPU devices.
|
GPUOptions.Builder |
GPUOptions.Builder.setVisibleDeviceListBytes(org.nd4j.shade.protobuf.ByteString value) |
A comma-separated list of GPU ids that determines the 'visible'
to 'virtual' mapping of GPU devices.
|
GPUOptions.Builder |
GPUOptions.toBuilder() |
|