StackFrameWithId

classe final pública StackFrameWithId

 A stack frame with ID.
 
Tipo de protobuf tensorflow.StackFrameWithId

Classes aninhadas

aula StackFrameWithId.Builder
 A stack frame with ID. 

Constantes

interno FILE_LINE_COL_FIELD_NUMBER
interno ID_FIELD_NUMBER

Métodos Públicos

booleano
é igual (objeto obj)
StackFrameWithId estático
StackFrameWithId
final estático 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).
Corda
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.
interno
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).
interno
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 (dados de ByteBuffer)
StackFrameWithId estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
StackFrameWithId estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (dados com.google.protobuf.ByteString)
StackFrameWithId estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
StackFrameWithId.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático 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

booleano público é igual (Object obj)

público estático StackFrameWithId getDefaultInstance ()

público StackFrameWithId getDefaultInstanceForType ()

final estático público 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;

String pública getId ()

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

público com.google.protobuf.ByteString getIdBytes ()

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

público getParserForType ()

público int getSerializedSize ()

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hasFileLineCol booleano público ()

 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;

hashCode int público ()

público final booleano isInitialized ()

público estático StackFrameWithId.Builder newBuilder (protótipo StackFrameWithId )

público estático StackFrameWithId.Builder newBuilder ()

público StackFrameWithId.Builder newBuilderForType ()

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

Lança
IOException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

público static StackFrameWithId parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

StackFrameWithId.Builder público paraBuilder ()

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

Lança
IOException