Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.Builder.build() |
GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.Builder.buildPartial() |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.getDefaultInstance() |
GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.getDefaultInstanceForType() |
GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.Builder.getDefaultInstanceForType() |
GraphDebugInfo.StackTrace |
GraphDebugInfoOrBuilder.getTracesOrDefault(String key,
GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
GraphDebugInfo.getTracesOrDefault(String key,
GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
GraphDebugInfo.Builder.getTracesOrDefault(String key,
GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
GraphDebugInfoOrBuilder.getTracesOrThrow(String key)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
GraphDebugInfo.getTracesOrThrow(String key)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
GraphDebugInfo.Builder.getTracesOrThrow(String key)
This maps a node name to a stack trace in the source code.
|
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseDelimitedFrom(InputStream input) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(byte[] data) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(ByteBuffer data) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(com.google.protobuf.ByteString data) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(com.google.protobuf.CodedInputStream input) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(InputStream input) |
static GraphDebugInfo.StackTrace |
GraphDebugInfo.StackTrace.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Map<String,GraphDebugInfo.StackTrace> |
GraphDebugInfo.Builder.getMutableTraces()
Deprecated.
|
com.google.protobuf.Parser<GraphDebugInfo.StackTrace> |
GraphDebugInfo.StackTrace.getParserForType() |
Map<String,GraphDebugInfo.StackTrace> |
GraphDebugInfoOrBuilder.getTraces()
Deprecated.
|
Map<String,GraphDebugInfo.StackTrace> |
GraphDebugInfo.getTraces()
Deprecated.
|
Map<String,GraphDebugInfo.StackTrace> |
GraphDebugInfo.Builder.getTraces()
Deprecated.
|
Map<String,GraphDebugInfo.StackTrace> |
GraphDebugInfoOrBuilder.getTracesMap()
This maps a node name to a stack trace in the source code.
|
Map<String,GraphDebugInfo.StackTrace> |
GraphDebugInfo.getTracesMap()
This maps a node name to a stack trace in the source code.
|
Map<String,GraphDebugInfo.StackTrace> |
GraphDebugInfo.Builder.getTracesMap()
This maps a node name to a stack trace in the source code.
|
static com.google.protobuf.Parser<GraphDebugInfo.StackTrace> |
GraphDebugInfo.StackTrace.parser() |
Modifier and Type | Method and Description |
---|---|
GraphDebugInfo.StackTrace |
GraphDebugInfoOrBuilder.getTracesOrDefault(String key,
GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
GraphDebugInfo.getTracesOrDefault(String key,
GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace |
GraphDebugInfo.Builder.getTracesOrDefault(String key,
GraphDebugInfo.StackTrace defaultValue)
This maps a node name to a stack trace in the source code.
|
GraphDebugInfo.StackTrace.Builder |
GraphDebugInfo.StackTrace.Builder.mergeFrom(GraphDebugInfo.StackTrace other) |
static GraphDebugInfo.StackTrace.Builder |
GraphDebugInfo.StackTrace.newBuilder(GraphDebugInfo.StackTrace prototype) |
GraphDebugInfo.Builder |
GraphDebugInfo.Builder.putTraces(String key,
GraphDebugInfo.StackTrace value)
This maps a node name to a stack trace in the source code.
|
Modifier and Type | Method and Description |
---|---|
GraphDebugInfo.Builder |
GraphDebugInfo.Builder.putAllTraces(Map<String,GraphDebugInfo.StackTrace> values)
This maps a node name to a stack trace in the source code.
|
Copyright © 2015–2019. All rights reserved.