Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
AutoParallelOptions |
AutoParallelOptions.Builder.build() |
AutoParallelOptions |
AutoParallelOptions.Builder.buildPartial() |
AutoParallelOptions |
RewriterConfig.getAutoParallel()
Configures AutoParallel optimization passes either through the
meta-optimizer or when manually specified through the optimizers field.
|
AutoParallelOptions |
RewriterConfig.Builder.getAutoParallel()
Configures AutoParallel optimization passes either through the
meta-optimizer or when manually specified through the optimizers field.
|
AutoParallelOptions |
RewriterConfigOrBuilder.getAutoParallel()
Configures AutoParallel optimization passes either through the
meta-optimizer or when manually specified through the optimizers field.
|
static AutoParallelOptions |
AutoParallelOptions.getDefaultInstance() |
AutoParallelOptions |
AutoParallelOptions.getDefaultInstanceForType() |
AutoParallelOptions |
AutoParallelOptions.Builder.getDefaultInstanceForType() |
static AutoParallelOptions |
AutoParallelOptions.parseDelimitedFrom(InputStream input) |
static AutoParallelOptions |
AutoParallelOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(byte[] data) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(ByteBuffer data) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(com.google.protobuf.ByteString data) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(InputStream input) |
static AutoParallelOptions |
AutoParallelOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AutoParallelOptions> |
AutoParallelOptions.getParserForType() |
static com.google.protobuf.Parser<AutoParallelOptions> |
AutoParallelOptions.parser() |
Modifier and Type | Method and Description |
---|---|
RewriterConfig.Builder |
RewriterConfig.Builder.mergeAutoParallel(AutoParallelOptions value)
Configures AutoParallel optimization passes either through the
meta-optimizer or when manually specified through the optimizers field.
|
AutoParallelOptions.Builder |
AutoParallelOptions.Builder.mergeFrom(AutoParallelOptions other) |
static AutoParallelOptions.Builder |
AutoParallelOptions.newBuilder(AutoParallelOptions prototype) |
RewriterConfig.Builder |
RewriterConfig.Builder.setAutoParallel(AutoParallelOptions value)
Configures AutoParallel optimization passes either through the
meta-optimizer or when manually specified through the optimizers field.
|
Copyright © 2015–2019. All rights reserved.