StackFrameWithId

classe finale publique StackFrameWithId

 A stack frame with ID.
 
tensorflow.StackFrameWithId de type Protobuf.StackFrameWithId

Classes imbriquées

classe StackFrameWithId.Builder
 A stack frame with ID. 

Constantes

int FILE_LINE_COL_FIELD_NUMBER
int ID_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
StackFrameWithId statique
StackFrameWithId
final statique 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).
Chaîne
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
booléen
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
booléen final
StackFrameWithId.Builder statique
StackFrameWithId.Builder statique
StackFrameWithId.Builder
StackFrameWithId statique
parseDelimitedFrom (entrée InputStream)
StackFrameWithId statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId statique
parseFrom (données ByteBuffer)
StackFrameWithId statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
StackFrameWithId statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId statique
parseFrom (données com.google.protobuf.ByteString)
StackFrameWithId statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StackFrameWithId statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
StackFrameWithId.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int FILE_LINE_COL_FIELD_NUMBER

Valeur constante : 2

public statique final entier ID_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet obj)

public statique StackFrameWithId getDefaultInstance ()

public StackFrameWithId getDefaultInstanceForType ()

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

chaîne publique 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;

publique getParserForType ()

public int getSerializedSize ()

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

public booléen 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;

code de hachage int public ()

public final booléen isInitialized ()

public statique StackFrameWithId.Builder newBuilder (prototype StackFrameWithId )

public statique StackFrameWithId.Builder newBuilder ()

public StackFrameWithId.Builder newBuilderForType ()

public statique StackFrameWithId parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static StackFrameWithId parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique StackFrameWithId parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static StackFrameWithId parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static StackFrameWithId parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique StackFrameWithId parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static StackFrameWithId parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique StackFrameWithId parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static StackFrameWithId parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static StackFrameWithId parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public StackFrameWithId.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException