public static final class
GraphDebugInfo.StackTrace
This represents a stack trace which is a ordered list of `FileLineCol`.
tensorflow.GraphDebugInfo.StackTrace
Nested Classes
class | GraphDebugInfo.StackTrace.Builder | This represents a stack trace which is a ordered list of `FileLineCol`. |
Constants
int | FILE_LINE_COLS_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
static GraphDebugInfo.StackTrace | |
GraphDebugInfo.StackTrace | |
final static com.google.protobuf.Descriptors.Descriptor | |
GraphDebugInfo.FileLineCol |
getFileLineCols(int index)
Each line in the stack trace. |
int |
getFileLineColsCount()
Each line in the stack trace. |
List<GraphDebugInfo.FileLineCol> |
getFileLineColsList()
Each line in the stack trace. |
GraphDebugInfo.FileLineColOrBuilder |
getFileLineColsOrBuilder(int index)
Each line in the stack trace. |
List<? extends GraphDebugInfo.FileLineColOrBuilder> |
getFileLineColsOrBuilderList()
Each line in the stack trace. |
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
int |
hashCode()
|
final boolean | |
static GraphDebugInfo.StackTrace.Builder |
newBuilder(GraphDebugInfo.StackTrace prototype)
|
static GraphDebugInfo.StackTrace.Builder | |
GraphDebugInfo.StackTrace.Builder | |
static GraphDebugInfo.StackTrace |
parseDelimitedFrom(InputStream input)
|
static GraphDebugInfo.StackTrace |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphDebugInfo.StackTrace |
parseFrom(ByteBuffer data)
|
static GraphDebugInfo.StackTrace |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphDebugInfo.StackTrace |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphDebugInfo.StackTrace |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static GraphDebugInfo.StackTrace |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphDebugInfo.StackTrace |
parseFrom(com.google.protobuf.ByteString data)
|
static GraphDebugInfo.StackTrace |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static GraphDebugInfo.StackTrace |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
GraphDebugInfo.StackTrace.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int FILE_LINE_COLS_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public GraphDebugInfo.FileLineCol getFileLineCols (int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public int getFileLineColsCount ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public List<GraphDebugInfo.FileLineCol> getFileLineColsList ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public GraphDebugInfo.FileLineColOrBuilder getFileLineColsOrBuilder (int index)
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public List<? extends GraphDebugInfo.FileLineColOrBuilder> getFileLineColsOrBuilderList ()
Each line in the stack trace.
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static GraphDebugInfo.StackTrace parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphDebugInfo.StackTrace parseFrom (ByteBuffer data)
Throws
InvalidProtocolBufferException |
---|
public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphDebugInfo.StackTrace parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static GraphDebugInfo.StackTrace parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static GraphDebugInfo.StackTrace parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|