Package | Description |
---|---|
org.tensorflow.framework |
Modifier and Type | Method and Description |
---|---|
GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.Builder.build() |
GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.Builder.buildPartial() |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.getDefaultInstance() |
GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.getDefaultInstanceForType() |
GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.Builder.getDefaultInstanceForType() |
GraphDebugInfo.FileLineCol |
GraphDebugInfo.StackTraceOrBuilder.getFileLineCols(int index)
Each line in the stack trace.
|
GraphDebugInfo.FileLineCol |
GraphDebugInfo.StackTrace.getFileLineCols(int index)
Each line in the stack trace.
|
GraphDebugInfo.FileLineCol |
GraphDebugInfo.StackTrace.Builder.getFileLineCols(int index)
Each line in the stack trace.
|
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseDelimitedFrom(InputStream input) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(byte[] data) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(ByteBuffer data) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(com.google.protobuf.ByteString data) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(com.google.protobuf.CodedInputStream input) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(InputStream input) |
static GraphDebugInfo.FileLineCol |
GraphDebugInfo.FileLineCol.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<GraphDebugInfo.FileLineCol> |
GraphDebugInfo.StackTraceOrBuilder.getFileLineColsList()
Each line in the stack trace.
|
List<GraphDebugInfo.FileLineCol> |
GraphDebugInfo.StackTrace.getFileLineColsList()
Each line in the stack trace.
|
List<GraphDebugInfo.FileLineCol> |
GraphDebugInfo.StackTrace.Builder.getFileLineColsList()
Each line in the stack trace.
|
com.google.protobuf.Parser<GraphDebugInfo.FileLineCol> |
GraphDebugInfo.FileLineCol.getParserForType() |
static com.google.protobuf.Parser<GraphDebugInfo.FileLineCol> |
GraphDebugInfo.FileLineCol.parser() |
Modifier and Type | Method and Description |
---|---|
GraphDebugInfo.StackTrace.Builder |
GraphDebugInfo.StackTrace.Builder.addFileLineCols(GraphDebugInfo.FileLineCol value)
Each line in the stack trace.
|
GraphDebugInfo.StackTrace.Builder |
GraphDebugInfo.StackTrace.Builder.addFileLineCols(int index,
GraphDebugInfo.FileLineCol value)
Each line in the stack trace.
|
GraphDebugInfo.FileLineCol.Builder |
GraphDebugInfo.FileLineCol.Builder.mergeFrom(GraphDebugInfo.FileLineCol other) |
static GraphDebugInfo.FileLineCol.Builder |
GraphDebugInfo.FileLineCol.newBuilder(GraphDebugInfo.FileLineCol prototype) |
GraphDebugInfo.StackTrace.Builder |
GraphDebugInfo.StackTrace.Builder.setFileLineCols(int index,
GraphDebugInfo.FileLineCol value)
Each line in the stack trace.
|
Modifier and Type | Method and Description |
---|---|
GraphDebugInfo.StackTrace.Builder |
GraphDebugInfo.StackTrace.Builder.addAllFileLineCols(Iterable<? extends GraphDebugInfo.FileLineCol> values)
Each line in the stack trace.
|
Copyright © 2015–2019. All rights reserved.