Uses of Class
org.tensorflow.proto.GPUOptions
Packages that use GPUOptions
-
Uses of GPUOptions in org.tensorflow.proto
Methods in org.tensorflow.proto 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, ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(byte[] data) static GPUOptionsGPUOptions.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(ByteString data) static GPUOptionsGPUOptions.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(CodedInputStream input) static GPUOptionsGPUOptions.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(InputStream input) static GPUOptionsGPUOptions.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static GPUOptionsGPUOptions.parseFrom(ByteBuffer data) static GPUOptionsGPUOptions.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type GPUOptionsModifier and TypeMethodDescriptionGPUOptions.getParserForType()static Parser<GPUOptions> GPUOptions.parser()Methods in org.tensorflow.proto 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.