Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
DebugOptions |
DebugOptions.Builder.build() |
DebugOptions |
DebugOptions.Builder.buildPartial() |
DebugOptions |
RunOptions.getDebugOptions()
EXPERIMENTAL.
|
DebugOptions |
RunOptions.Builder.getDebugOptions()
EXPERIMENTAL.
|
DebugOptions |
RunOptionsOrBuilder.getDebugOptions()
EXPERIMENTAL.
|
static DebugOptions |
DebugOptions.getDefaultInstance() |
DebugOptions |
DebugOptions.getDefaultInstanceForType() |
DebugOptions |
DebugOptions.Builder.getDefaultInstanceForType() |
static DebugOptions |
DebugOptions.parseDelimitedFrom(InputStream input) |
static DebugOptions |
DebugOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebugOptions |
DebugOptions.parseFrom(byte[] data) |
static DebugOptions |
DebugOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebugOptions |
DebugOptions.parseFrom(ByteBuffer data) |
static DebugOptions |
DebugOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebugOptions |
DebugOptions.parseFrom(com.google.protobuf.ByteString data) |
static DebugOptions |
DebugOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebugOptions |
DebugOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static DebugOptions |
DebugOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DebugOptions |
DebugOptions.parseFrom(InputStream input) |
static DebugOptions |
DebugOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<DebugOptions> |
DebugOptions.getParserForType() |
static com.google.protobuf.Parser<DebugOptions> |
DebugOptions.parser() |
Modifier and Type | Method and Description |
---|---|
RunOptions.Builder |
RunOptions.Builder.mergeDebugOptions(DebugOptions value)
EXPERIMENTAL.
|
DebugOptions.Builder |
DebugOptions.Builder.mergeFrom(DebugOptions other) |
static DebugOptions.Builder |
DebugOptions.newBuilder(DebugOptions prototype) |
RunOptions.Builder |
RunOptions.Builder.setDebugOptions(DebugOptions value)
EXPERIMENTAL.
|
Copyright © 2015–2019. All rights reserved.