CodeLocation

מחלקה סופית ציבורית 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 מסוג Protobuf.CodeLocation

כיתות מקוננות

מעמד CodeLocation.Builder
 Code location information: A stack trace with host-name information. 

קבועים

int HOST_NAME_FIELD_NUMBER
int STACK_FRAME_IDS_FIELD_NUMBER

שיטות ציבוריות

בוליאני
שווה (Object obj)
מיקום קוד סטטי
CodeLocation
final static com.google.protobuf.Descriptors.Descriptor
חוּט
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
חוּט
getStackFrameIds (int index)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ByteString
getStackFrameIdsBytes (int index)
 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
בוליאנית סופית
סטטי CodeLocation.Builder
newBuilder (אב-טיפוס CodeLocation )
סטטי CodeLocation.Builder
CodeLocation.Builder
מיקום קוד סטטי
parseDelimitedFrom (קלט InputStream)
מיקום קוד סטטי
parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
מיקום קוד סטטי
parseFrom (נתוני ByteBuffer)
מיקום קוד סטטי
parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
מיקום קוד סטטי
parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
מיקום קוד סטטי
parseFrom (קלט com.google.protobuf.CodedInputStream)
מיקום קוד סטטי
parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
מיקום קוד סטטי
parseFrom (נתוני com.google.protobuf.ByteString)
מיקום קוד סטטי
parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
מיקום קוד סטטי
parseFrom (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
סטָטִי
CodeLocation.Builder
בָּטֵל
writeTo (פלט com.google.protobuf.CodedOutputStream)

שיטות בירושה

קבועים

גמר סטטי ציבורי HOST_NAME_FIELD_NUMBER

ערך קבוע: 1

גמר סטטי ציבורי STACK_FRAME_IDS_FIELD_NUMBER

ערך קבוע: 2

שיטות ציבוריות

שווה ערך בוליאני ציבורי (Object obj)

Public static CodeLocation getDefaultInstance ()

public CodeLocation getDefaultInstanceForType ()

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

מחרוזת ציבורית 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;

פּוּמְבֵּי getParserForType ()

public int getSerializedSize ()

מחרוזת ציבורית getStackFrameIds (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 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 static CodeLocation.Builder newBuilder (אב-טיפוס CodeLocation )

Public static CodeLocation.Builder newBuilder ()

public CodeLocation.Builder newBuilderForType ()

Public static CodeLocation parseDelimitedFrom (קלט זרם קלט)

זורק
IOException

Public static CodeLocation parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

ניתוח CodeLocation public static From (נתוני ByteBuffer)

זורק
InvalidProtocolBufferException

Public static CodeLocation parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

מנתח CodeLocation public static (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

Public static CodeLocation parseFrom (קלט com.google.protobuf.CodedInputStream)

זורק
IOException

Public static CodeLocation parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

נתח CodeLocation public static (נתוני com.google.protobuf.ByteString)

זורק
InvalidProtocolBufferException

Public static CodeLocation parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
IOException

נתח CodeLocation public static (נתוני com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

זורק
InvalidProtocolBufferException

סטטי ציבורי מנתח ()

Public CodeLocation.Builder toBuilder ()

public void writeTo (פלט com.google.protobuf.CodedOutputStream)

זורק
IOException