Package | Description |
---|---|
org.tensorflow.distruntime | |
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
GraphOptions |
RegisterGraphRequestOrBuilder.getGraphOptions()
Configuration options for the session in which this graph was created.
|
GraphOptions |
RegisterGraphRequest.getGraphOptions()
Configuration options for the session in which this graph was created.
|
GraphOptions |
RegisterGraphRequest.Builder.getGraphOptions()
Configuration options for the session in which this graph was created.
|
Modifier and Type | Method and Description |
---|---|
RegisterGraphRequest.Builder |
RegisterGraphRequest.Builder.mergeGraphOptions(GraphOptions value)
Configuration options for the session in which this graph was created.
|
RegisterGraphRequest.Builder |
RegisterGraphRequest.Builder.setGraphOptions(GraphOptions value)
Configuration options for the session in which this graph was created.
|
Modifier and Type | Method and Description |
---|---|
GraphOptions |
GraphOptions.Builder.build() |
GraphOptions |
GraphOptions.Builder.buildPartial() |
static GraphOptions |
GraphOptions.getDefaultInstance() |
GraphOptions |
GraphOptions.getDefaultInstanceForType() |
GraphOptions |
GraphOptions.Builder.getDefaultInstanceForType() |
GraphOptions |
ConfigProtoOrBuilder.getGraphOptions()
Options that apply to all graphs.
|
GraphOptions |
ConfigProto.getGraphOptions()
Options that apply to all graphs.
|
GraphOptions |
ConfigProto.Builder.getGraphOptions()
Options that apply to all graphs.
|
static GraphOptions |
GraphOptions.parseDelimitedFrom(InputStream input) |
static GraphOptions |
GraphOptions.parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphOptions |
GraphOptions.parseFrom(byte[] data) |
static GraphOptions |
GraphOptions.parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphOptions |
GraphOptions.parseFrom(ByteBuffer data) |
static GraphOptions |
GraphOptions.parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphOptions |
GraphOptions.parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static GraphOptions |
GraphOptions.parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphOptions |
GraphOptions.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static GraphOptions |
GraphOptions.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphOptions |
GraphOptions.parseFrom(InputStream input) |
static GraphOptions |
GraphOptions.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
org.nd4j.shade.protobuf.Parser<GraphOptions> |
GraphOptions.getParserForType() |
static org.nd4j.shade.protobuf.Parser<GraphOptions> |
GraphOptions.parser() |
Modifier and Type | Method and Description |
---|---|
GraphOptions.Builder |
GraphOptions.Builder.mergeFrom(GraphOptions other) |
ConfigProto.Builder |
ConfigProto.Builder.mergeGraphOptions(GraphOptions value)
Options that apply to all graphs.
|
static GraphOptions.Builder |
GraphOptions.newBuilder(GraphOptions prototype) |
ConfigProto.Builder |
ConfigProto.Builder.setGraphOptions(GraphOptions value)
Options that apply to all graphs.
|
Copyright © 2022. All rights reserved.