GraphDebugInfo.StackTrace

classe final pública estática GraphDebugInfo.StackTrace

 This represents a stack trace which is a ordered list of `FileLineCol`.
 
tensorflow.GraphDebugInfo.StackTrace tipo tensorflow.GraphDebugInfo.StackTrace

Classes aninhadas

aula GraphDebugInfo.StackTrace.Builder
 This represents a stack trace which is a ordered list of `FileLineCol`. 

Constantes

int FILE_LINE_COLS_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static GraphDebugInfo.StackTrace
GraphDebugInfo.StackTrace
final static com.google.protobuf.Descriptors.Descriptor
GraphDebugInfo.FileLineCol
getFileLineCols (índice int)
 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 (índice int)
 Each line in the stack trace.
Lista <? estende GraphDebugInfo.FileLineColOrBuilder >
getFileLineColsOrBuilderList ()
 Each line in the stack trace.
int
final com.google.protobuf.UnknownFieldSet
int
final booleano
static GraphDebugInfo.StackTrace.Builder
static GraphDebugInfo.StackTrace.Builder
GraphDebugInfo.StackTrace.Builder
static GraphDebugInfo.StackTrace
parseDelimitedFrom (input InputStream)
static GraphDebugInfo.StackTrace
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GraphDebugInfo.StackTrace
parseFrom (dados ByteBuffer)
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)
estático
GraphDebugInfo.StackTrace.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int FILE_LINE_COLS_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static GraphDebugInfo.StackTrace getDefaultInstance ()

public GraphDebugInfo.StackTrace getDefaultInstanceForType ()

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 (índice interno )

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

Lista pública <? estende GraphDebugInfo.FileLineColOrBuilder > getFileLineColsOrBuilderList ()

 Each line in the stack trace.
 
repeated .tensorflow.GraphDebugInfo.FileLineCol file_line_cols = 1;

público getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static GraphDebugInfo.StackTrace.Builder newBuilder (protótipo GraphDebugInfo.StackTrace )

public static GraphDebugInfo.StackTrace.Builder newBuilder ()

public GraphDebugInfo.StackTrace.Builder newBuilderForType ()

public static GraphDebugInfo.StackTrace parseDelimitedFrom (InputStream input)

Lança
IOException

public static GraphDebugInfo.StackTrace parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static GraphDebugInfo.StackTrace parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static GraphDebugInfo.StackTrace parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static GraphDebugInfo.StackTrace parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static GraphDebugInfo.StackTrace parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static GraphDebugInfo.StackTrace parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public GraphDebugInfo.StackTrace.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException