CodeLocation

public final class 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.CodeLocation tipo tensorflow.CodeLocation

Classes aninhadas

aula 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étodos Públicos

boleano
igual a (objeto obj)
CodeLocation estático
CodeLocation
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
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
Fragmento
getStackFrameIds (int index)
 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.
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
final booleano
CodeLocation.Builder estático
newBuilder (protótipo CodeLocation )
CodeLocation.Builder estático
CodeLocation.Builder
CodeLocation estático
parseDelimitedFrom (input InputStream)
CodeLocation estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (dados ByteBuffer)
CodeLocation estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (com.google.protobuf.CodedInputStream input)
CodeLocation estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (com.google.protobuf.ByteString data)
CodeLocation estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CodeLocation estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CodeLocation.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int HOST_NAME_FIELD_NUMBER

Valor Constante: 1

public static final int STACK_FRAME_IDS_FIELD_NUMBER

Valor constante: 2

Métodos Públicos

public boolean equals (Object obj)

public static CodeLocation getDefaultInstance ()

public CodeLocation getDefaultInstanceForType ()

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 (int index)

 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 ()

public static CodeLocation.Builder newBuilder (protótipo CodeLocation )

public static CodeLocation.Builder newBuilder ()

public CodeLocation.Builder newBuilderForType ()

public static CodeLocation parseDelimitedFrom (InputStream input)

Lança
IOException

public static CodeLocation parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CodeLocation parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static CodeLocation parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CodeLocation parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static CodeLocation parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static CodeLocation parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static CodeLocation parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static CodeLocation parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CodeLocation parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public CodeLocation.Builder toBuilder ()

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

Lança
IOException