Uses of Class
org.tensorflow.framework.GPUOptions
Packages that use GPUOptions
-
Uses of GPUOptions in org.tensorflow.framework
Methods in org.tensorflow.framework that return GPUOptionsModifier and TypeMethodDescriptionGPUOptions.Builder.build()GPUOptions.Builder.buildPartial()static GPUOptionsGPUOptions.getDefaultInstance()GPUOptions.Builder.getDefaultInstanceForType()GPUOptions.getDefaultInstanceForType()ConfigProto.Builder.getGpuOptions()Options that apply to all GPUs.ConfigProto.getGpuOptions()Options that apply to all GPUs.ConfigProtoOrBuilder.getGpuOptions()Options that apply to all GPUs.ConfigProto.Builder.getPluggableDeviceOptions()Options that apply to pluggable devices.ConfigProto.getPluggableDeviceOptions()Options that apply to pluggable devices.ConfigProtoOrBuilder.getPluggableDeviceOptions()Options that apply to pluggable devices.static GPUOptionsGPUOptions.parseDelimitedFrom(InputStream input) static GPUOptionsGPUOptions.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(byte[] data) static GPUOptionsGPUOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(com.google.protobuf.ByteString data) static GPUOptionsGPUOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(com.google.protobuf.CodedInputStream input) static GPUOptionsGPUOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(InputStream input) static GPUOptionsGPUOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(ByteBuffer data) static GPUOptionsGPUOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type GPUOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GPUOptions> GPUOptions.getParserForType()static com.google.protobuf.Parser<GPUOptions> GPUOptions.parser()Methods in org.tensorflow.framework with parameters of type GPUOptionsModifier and TypeMethodDescriptionGPUOptions.Builder.mergeFrom(GPUOptions other) ConfigProto.Builder.mergeGpuOptions(GPUOptions value) Options that apply to all GPUs.ConfigProto.Builder.mergePluggableDeviceOptions(GPUOptions value) Options that apply to pluggable devices.static GPUOptions.BuilderGPUOptions.newBuilder(GPUOptions prototype) ConfigProto.Builder.setGpuOptions(GPUOptions value) Options that apply to all GPUs.ConfigProto.Builder.setPluggableDeviceOptions(GPUOptions value) Options that apply to pluggable devices.