Uses of Class
org.tensorflow.framework.RunOptions
-
Packages that use RunOptions Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of RunOptions in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return RunOptions Modifier and Type Method Description RunOptions
RunStepRequest.Builder. getOptions()
Options for the run call.RunOptions
RunStepRequest. getOptions()
Options for the run call.RunOptions
RunStepRequestOrBuilder. getOptions()
Options for the run call.Methods in org.tensorflow.distruntime with parameters of type RunOptions Modifier and Type Method Description RunStepRequest.Builder
RunStepRequest.Builder. mergeOptions(RunOptions value)
Options for the run call.RunStepRequest.Builder
RunStepRequest.Builder. setOptions(RunOptions value)
Options for the run call. -
Uses of RunOptions in org.tensorflow.framework
Methods in org.tensorflow.framework that return RunOptions Modifier and Type Method Description RunOptions
RunOptions.Builder. build()
RunOptions
RunOptions.Builder. buildPartial()
static RunOptions
RunOptions. getDefaultInstance()
RunOptions
RunOptions.Builder. getDefaultInstanceForType()
RunOptions
RunOptions. getDefaultInstanceForType()
RunOptions
CallableOptions.Builder. getRunOptions()
Options that will be applied to each run.RunOptions
CallableOptions. getRunOptions()
Options that will be applied to each run.RunOptions
CallableOptionsOrBuilder. getRunOptions()
Options that will be applied to each run.static RunOptions
RunOptions. parseDelimitedFrom(InputStream input)
static RunOptions
RunOptions. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RunOptions
RunOptions. parseFrom(byte[] data)
static RunOptions
RunOptions. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RunOptions
RunOptions. parseFrom(InputStream input)
static RunOptions
RunOptions. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RunOptions
RunOptions. parseFrom(ByteBuffer data)
static RunOptions
RunOptions. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RunOptions
RunOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data)
static RunOptions
RunOptions. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
static RunOptions
RunOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)
static RunOptions
RunOptions. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.tensorflow.framework that return types with arguments of type RunOptions Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<RunOptions>
RunOptions. getParserForType()
static org.nd4j.shade.protobuf.Parser<RunOptions>
RunOptions. parser()
Methods in org.tensorflow.framework with parameters of type RunOptions Modifier and Type Method Description RunOptions.Builder
RunOptions.Builder. mergeFrom(RunOptions other)
CallableOptions.Builder
CallableOptions.Builder. mergeRunOptions(RunOptions value)
Options that will be applied to each run.static RunOptions.Builder
RunOptions. newBuilder(RunOptions prototype)
CallableOptions.Builder
CallableOptions.Builder. setRunOptions(RunOptions value)
Options that will be applied to each run.
-