CodeLocation

CodeLocation della classe finale pubblica

 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.
 
Tipo protobuf tensorflow.CodeLocation

Classi nidificate

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

Costanti

int HOST_NAME_FIELD_NUMBER
int STACK_FRAME_IDS_FIELD_NUMBER

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
CodeLocation statico
CodeLocation
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
getNomeHost ()
 Host name on which the source files are located.
com.google.protobuf.ByteString
getNomeHostBytes ()
 Host name on which the source files are located.
int
Corda
getStackFrameIds (indice int)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ByteString
getStackFrameIdsBytes (indice 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.
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
CodeLocation.Builder statico
newBuilder (prototipo CodeLocation )
CodeLocation.Builder statico
CodeLocation.Builder
CodeLocation statico
parseDelimitedFrom (input InputStream)
CodeLocation statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statico
parseFrom (dati ByteBuffer)
CodeLocation statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
CodeLocation statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
CodeLocation statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statico
parseFrom (dati com.google.protobuf.ByteString)
CodeLocation statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
CodeLocation.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

pubblico statico finale int HOST_NAME_FIELD_NUMBER

Valore costante: 1

public static final int STACK_FRAME_IDS_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

CodeLocation statico pubblico getDefaultInstance ()

public CodeLocation getDefaultInstanceForType ()

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

stringa pubblica getHostName ()

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

pubblico com.google.protobuf.ByteString getHostNameBytes ()

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

pubblico getParserForType ()

public int getSerializedSize ()

public String getStackFrameIds (indice 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;

pubblico com.google.protobuf.ByteString getStackFrameIdsBytes (indice 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;

pubblico 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;

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

pubblico statico CodeLocation.Builder newBuilder (prototipo CodeLocation )

pubblico statico CodeLocation.Builder newBuilder ()

pubblico CodeLocation.Builder newBuilderForType ()

CodeLocation statico pubblico parseDelimitedFrom (input InputStream)

Lancia
IOException

CodeLocation pubblico statico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico CodeLocation (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

CodeLocation pubblico statico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

ParseFrom pubblico statico CodeLocation (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico CodeLocation (input com.google.protobuf.CodedInputStream)

Lancia
IOException

codice statico pubblico parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico CodeLocation (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico CodeLocation (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

CodeLocation pubblico statico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico CodeLocation.Builder toBuilder ()

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

Lancia
IOException