StackFrameWithId

public final class StackFrameWithId

 A stack frame with ID.
 
tensorflow.StackFrameWithId tipo tensorflow.StackFrameWithId

Classes aninhadas

aula StackFrameWithId.Builder
 A stack frame with ID. 

Constantes

int FILE_LINE_COL_FIELD_NUMBER
int ID_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static StackFrameWithId
StackFrameWithId
final static com.google.protobuf.Descriptors.Descriptor
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).
Fragmento
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.
int
final com.google.protobuf.UnknownFieldSet
boleano
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).
int
final booleano
static StackFrameWithId.Builder
static StackFrameWithId.Builder
StackFrameWithId.Builder
static StackFrameWithId
parseDelimitedFrom (InputStream input)
static StackFrameWithId
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackFrameWithId
parseFrom (dados ByteBuffer)
static StackFrameWithId
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackFrameWithId
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackFrameWithId
parseFrom (com.google.protobuf.CodedInputStream input)
static StackFrameWithId
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackFrameWithId
parseFrom (com.google.protobuf.ByteString data)
static StackFrameWithId
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StackFrameWithId
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
StackFrameWithId.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int FILE_LINE_COL_FIELD_NUMBER

Valor constante: 2

público estático final int ID_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static StackFrameWithId getDefaultInstance ()

public StackFrameWithId getDefaultInstanceForType ()

public static 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;

public String getId ()

 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 (protótipo StackFrameWithId )

public static StackFrameWithId.Builder newBuilder ()

public StackFrameWithId.Builder newBuilderForType ()

public static StackFrameWithId parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static StackFrameWithId parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static StackFrameWithId parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static StackFrameWithId parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public StackFrameWithId.Builder toBuilder ()

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

Lança
IOException