Package | Description |
---|---|
org.tensorflow.framework |
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,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
RunOptions.parseFrom(byte[] data) |
static RunOptions |
RunOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
RunOptions.parseFrom(ByteBuffer data) |
static RunOptions |
RunOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
RunOptions.parseFrom(com.google.protobuf.ByteString data) |
static RunOptions |
RunOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
RunOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static RunOptions |
RunOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunOptions |
RunOptions.parseFrom(InputStream input) |
static RunOptions |
RunOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RunOptions> |
RunOptions.getParserForType() |
static com.google.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 © 2015–2019. All rights reserved.