GraphDebugInfo.StackTrace

clase final estática pública GraphDebugInfo.StackTrace

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

Clases anidadas

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

Constantes

En t FILE_LINE_COLS_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
estático GraphDebugInfo.StackTrace
GraphDebugInfo.StackTrace
com.google.protobuf.Descriptors.Descriptor estático final
GraphDebugInfo.FileLineCol
getFileLineCols (índice int)
 Each line in the stack trace.
En t
getFileLineColsCount ()
 Each line in the stack trace.
Lista < GraphDebugInfo.FileLineCol >
getFileLineColsList ()
 Each line in the stack trace.
GraphDebugInfo.FileLineColOrBuilder
getFileLineColsOrBuilder (índice int)
 Each line in the stack trace.
Lista <? extiende GraphDebugInfo.FileLineColOrBuilder >
getFileLineColsOrBuilderList ()
 Each line in the stack trace.
En t
final com.google.protobuf.UnknownFieldSet
En t
booleano final
estático GraphDebugInfo.StackTrace.Builder
estático GraphDebugInfo.StackTrace.Builder
GraphDebugInfo.StackTrace.Builder
estático GraphDebugInfo.StackTrace
parseDelimitedFrom (entrada InputStream)
estático GraphDebugInfo.StackTrace
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.StackTrace
parseFrom (datos ByteBuffer)
estático GraphDebugInfo.StackTrace
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.StackTrace
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.StackTrace
parseFrom (entrada com.google.protobuf.CodedInputStream)
estático GraphDebugInfo.StackTrace
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.StackTrace
parseFrom (datos com.google.protobuf.ByteString)
estático GraphDebugInfo.StackTrace
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático GraphDebugInfo.StackTrace
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
GraphDebugInfo.StackTrace.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int FILE_LINE_COLS_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public static GraphDebugInfo.StackTrace getDefaultInstance ()

public GraphDebugInfo.StackTrace getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public GraphDebugInfo.FileLineCol getFileLineCols (índice int)

 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;

Lista pública < GraphDebugInfo.FileLineCol > getFileLineColsList ()

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

public GraphDebugInfo.FileLineColOrBuilder getFileLineColsOrBuilder (índice int)

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

Lista pública <? extiende 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 ()

público estático GraphDebugInfo.StackTrace.Builder newBuilder (prototipo GraphDebugInfo.StackTrace )

public static GraphDebugInfo.StackTrace.Builder newBuilder ()

public GraphDebugInfo.StackTrace.Builder newBuilderForType ()

public static GraphDebugInfo.StackTrace parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

GraphDebugInfo.StackTrace estático público parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático GraphDebugInfo.StackTrace parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

GraphDebugInfo.StackTrace estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

público estático GraphDebugInfo.StackTrace parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

public GraphDebugInfo.StackTrace.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException