Uses of Class
org.tensorflow.proto.RunOptions
Packages that use RunOptions
Package
Description
Defines classes to build, save, load and execute TensorFlow models.
-
Uses of RunOptions in org.tensorflow
Methods in org.tensorflow with parameters of type RunOptionsModifier and TypeMethodDescriptionSession.Runner.setOptions(RunOptions options) Set options (typically for debugging) for this run.SavedModelBundle.Loader.withRunOptions(RunOptions options) Sets options to use when executing model initialization operations. -
Uses of RunOptions in org.tensorflow.proto
Methods in org.tensorflow.proto that return RunOptionsModifier and TypeMethodDescriptionRunOptions.Builder.build()RunOptions.Builder.buildPartial()static RunOptionsRunOptions.getDefaultInstance()RunOptions.Builder.getDefaultInstanceForType()RunOptions.getDefaultInstanceForType()CallableOptions.Builder.getRunOptions()Options that will be applied to each run.CallableOptions.getRunOptions()Options that will be applied to each run.CallableOptionsOrBuilder.getRunOptions()Options that will be applied to each run.static RunOptionsRunOptions.parseDelimitedFrom(InputStream input) static RunOptionsRunOptions.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(byte[] data) static RunOptionsRunOptions.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(ByteString data) static RunOptionsRunOptions.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(CodedInputStream input) static RunOptionsRunOptions.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(InputStream input) static RunOptionsRunOptions.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(ByteBuffer data) static RunOptionsRunOptions.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type RunOptionsModifier and TypeMethodDescriptionRunOptions.getParserForType()static Parser<RunOptions> RunOptions.parser()Methods in org.tensorflow.proto with parameters of type RunOptionsModifier and TypeMethodDescriptionRunOptions.Builder.mergeFrom(RunOptions other) CallableOptions.Builder.mergeRunOptions(RunOptions value) Options that will be applied to each run.static RunOptions.BuilderRunOptions.newBuilder(RunOptions prototype) CallableOptions.Builder.setRunOptions(RunOptions value) Options that will be applied to each run.