CodeLocation de clase final pública
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 de
tensorflow.CodeLocation
Clases anidadas
clase | CodeLocation.Builder | Code location information: A stack trace with host-name information. |
Constantes
En t | HOST_NAME_FIELD_NUMBER | |
En t | STACK_FRAME_IDS_FIELD_NUMBER |
Métodos públicos
booleano | es igual a (Objeto obj) |
CodeLocation estático | |
CodeLocation | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Cuerda | getHostName () Host name on which the source files are located. |
com.google.protobuf.ByteString | getHostNameBytes () Host name on which the source files are located. |
En t | |
Cuerda | getStackFrameIds (índice int) ID to a stack frame, each of which is pointed to by a unique ID. |
com.google.protobuf.ByteString | getStackFrameIdsBytes (índice int) ID to a stack frame, each of which is pointed to by a unique ID. |
En t | 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 | |
En t | hashCode () |
booleano final | |
CodeLocation.Builder estático | newBuilder (prototipo de CodeLocation ) |
CodeLocation.Builder estático | newBuilder () |
CodeLocation.Builder | |
CodeLocation estático | parseDelimitedFrom (entrada InputStream) |
CodeLocation estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CodeLocation estático | parseFrom (datos ByteBuffer) |
CodeLocation estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CodeLocation estático | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CodeLocation estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
CodeLocation estático | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CodeLocation estático | parseFrom (datos com.google.protobuf.ByteString) |
CodeLocation estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Ubicación de código estática | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
CodeLocation.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int HOST_NAME_FIELD_NUMBER
Valor constante: 1
público estático final int STACK_FRAME_IDS_FIELD_NUMBER
Valor constante: 2
Métodos públicos
public boolean es igual a (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public String 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;
público getParserForType ()
public int getSerializedSize ()
public String getStackFrameIds (índice 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 (índice 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 ()
public int hashCode ()
public final boolean isInitialized ()
CodeLocation estático público parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
CodeLocation estático público parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
CodeLocation estático público parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
CodeLocation estático público parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
IOException |
---|
CodeLocation estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
CodeLocation estático público parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
CodeLocation estático público parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
CodeLocation estático público parseFrom (datos de com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|