StackFrameWithId

StackFrameWithId de clase final pública

 A stack frame with ID.
 
Tipo de tensorflow.StackFrameWithId

Clases anidadas

clase StackFrameWithId.Builder
 A stack frame with ID. 

Constantes

En t FILE_LINE_COL_FIELD_NUMBER
En t ID_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
StackFrameWithId estático
StackFrameWithId
com.google.protobuf.Descriptors.Descriptor estático final
GraphDebugInfo.FileLineCol
getFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
GraphDebugInfo.FileLineColOrBuilder
getFileLineColOrBuilder ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
Cuerda
getId ()
 A unique ID for the stack frame: A UUID-like string.
com.google.protobuf.ByteString
getIdBytes ()
 A unique ID for the stack frame: A UUID-like string.
En t
final com.google.protobuf.UnknownFieldSet
booleano
hasFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
En t
booleano final
StackFrameWithId.Builder estático
StackFrameWithId.Builder estático
StackFrameWithId.Builder
StackFrameWithId estático
parseDelimitedFrom (entrada InputStream)
StackFrameWithId estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (datos ByteBuffer)
StackFrameWithId estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
StackFrameWithId estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (datos com.google.protobuf.ByteString)
StackFrameWithId estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
StackFrameWithId.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int FILE_LINE_COL_FIELD_NUMBER

Valor constante: 2

public static final int ID_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object obj)

public static StackFrameWithId getDefaultInstance ()

public StackFrameWithId getDefaultInstanceForType ()

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

public GraphDebugInfo.FileLineCol getFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

public GraphDebugInfo.FileLineColOrBuilder getFileLineColOrBuilder ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

getId de cadena pública ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

public com.google.protobuf.ByteString getIdBytes ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

público getParserForType ()

public int getSerializedSize ()

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

public boolean hasFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

public int hashCode ()

public final boolean isInitialized ()

public static StackFrameWithId.Builder newBuilder (prototipo StackFrameWithId )

public static StackFrameWithId.Builder newBuilder ()

public StackFrameWithId.Builder newBuilderForType ()

StackFrameWithId estático público parseDelimitedFrom (entrada InputStream)

Lanza
IOException

public static StackFrameWithId parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

StackFrameWithId estático público parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

StackFrameWithId estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

StackFrameWithId estático público parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

StackFrameWithId estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

público StackFrameWithId.Builder toBuilder ()

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

Lanza
IOException