Package | Description |
---|---|
org.tensorflow.distruntime | |
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
RunOptions |
RunStepRequestOrBuilder.getOptions()
Options for the run call.
|
RunOptions |
RunStepRequest.getOptions()
Options for the run call.
|
RunOptions |
RunStepRequest.Builder.getOptions()
Options for the run call.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
RunOptions |
RunOptions.Builder.build() |
RunOptions |
RunOptions.Builder.buildPartial() |
static RunOptions |
RunOptions.getDefaultInstance() |
RunOptions |
RunOptions.getDefaultInstanceForType() |
RunOptions |
RunOptions.Builder.getDefaultInstanceForType() |
RunOptions |
CallableOptionsOrBuilder.getRunOptions()
Options that will be applied to each run.
|
RunOptions |
CallableOptions.getRunOptions()
Options that will be applied to each run.
|
RunOptions |
CallableOptions.Builder.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(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) |
static RunOptions |
RunOptions.parseFrom(InputStream input) |
static RunOptions |
RunOptions.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
org.nd4j.shade.protobuf.Parser<RunOptions> |
RunOptions.getParserForType() |
static org.nd4j.shade.protobuf.Parser<RunOptions> |
RunOptions.parser() |
Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.