CodeLocation

classe finale publique CodeLocation

 Code location information: A stack trace with host-name information.
 Instead of encoding the detailed stack trace, this proto refers to IDs of
 stack frames stored as `StackFrameWithId` protos.
 
Tensorflow de type tensorflow.CodeLocation

Classes imbriquées

classe CodeLocation.Builder
 Code location information: A stack trace with host-name information. 

Constantes

int HOST_NAME_FIELD_NUMBER
int STACK_FRAME_IDS_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
CodeLocation statique
CodeEmplacement
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getHostName ()
 Host name on which the source files are located.
com.google.protobuf.ByteString
getHostNameBytes ()
 Host name on which the source files are located.
int
Chaîne
getStackFrameIds (index entier)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ByteString
getStackFrameIdsBytes (index int)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
int
getStackFrameIdsCount ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ProtocolStringList
getStackFrameIdsList ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
final com.google.protobuf.UnknownFieldSet
int
booléen final
CodeLocation.Builder statique
newBuilder (prototype CodeLocation )
CodeLocation.Builder statique
CodeLocation.Builder
CodeLocation statique
parseDelimitedFrom (entrée InputStream)
CodeLocation statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statique
parseFrom (données ByteBuffer)
CodeLocation statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
CodeLocation statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statique
parseFrom (données com.google.protobuf.ByteString)
CodeLocation statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
CodeLocation.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int HOST_NAME_FIELD_NUMBER

Valeur constante : 1

public statique final int STACK_FRAME_IDS_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

CodeLocation statique public getDefaultInstance ()

public CodeLocation getDefaultInstanceForType ()

public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

chaîne publique getHostName ()

 Host name on which the source files are located.
 
string host_name = 1;

public com.google.protobuf.ByteString getHostNameBytes ()

 Host name on which the source files are located.
 
string host_name = 1;

publique getParserForType ()

public int getSerializedSize ()

chaîne publique getStackFrameIds (index int)

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public com.google.protobuf.ByteString getStackFrameIdsBytes (index int)

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public int getStackFrameIdsCount ()

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public com.google.protobuf.ProtocolStringList getStackFrameIdsList ()

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

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

code de hachage int public ()

public final booléen isInitialized ()

public statique CodeLocation.Builder newBuilder (prototype CodeLocation )

public statique CodeLocation.Builder newBuilder ()

public CodeLocation.Builder newBuilderForType ()

public statique CodeLocation parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique CodeLocation parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

codeLocation statique public parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique CodeLocation parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique CodeLocation parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

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

Jetés
IOException

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

Jetés
InvalidProtocolBufferException

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

Jetés
InvalidProtocolBufferException

public statique CodeLocation parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique CodeLocation parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public CodeLocation.Builder toBuilder ()

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

Jetés
IOException