Uses of Class
org.tensorflow.framework.RunOptions
Packages that use RunOptions
-
Uses of RunOptions in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(byte[] data) static RunOptionsRunOptions.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(com.google.protobuf.ByteString data) static RunOptionsRunOptions.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(com.google.protobuf.CodedInputStream input) static RunOptionsRunOptions.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(InputStream input) static RunOptionsRunOptions.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RunOptionsRunOptions.parseFrom(ByteBuffer data) static RunOptionsRunOptions.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type RunOptionsModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RunOptions> RunOptions.getParserForType()static com.google.protobuf.Parser<RunOptions> RunOptions.parser()Methods in org.tensorflow.framework 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. -
Uses of RunOptions in tensorflow.serving
Methods in tensorflow.serving that return RunOptionsModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.getOptions()Options for the run call.SessionServiceOuterClass.SessionRunRequest.getOptions()Options for the run call.SessionServiceOuterClass.SessionRunRequestOrBuilder.getOptions()Options for the run call.Methods in tensorflow.serving with parameters of type RunOptionsModifier and TypeMethodDescriptionSessionServiceOuterClass.SessionRunRequest.Builder.mergeOptions(RunOptions value) Options for the run call.SessionServiceOuterClass.SessionRunRequest.Builder.setOptions(RunOptions value) Options for the run call.