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