کلاس نهایی عمومی 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 کلاس های تو در تو
| کلاس | CodeLocation.Builder | Code location information: A stack trace with host-name information. | |
ثابت ها
| بین المللی | HOST_NAME_FIELD_NUMBER | |
| بین المللی | STACK_FRAME_IDS_FIELD_NUMBER |
روش های عمومی
| بولی | برابر است (object obj) |
| کد مکان ثابت | |
| CodeLocation | |
| نهایی 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. |
| بین المللی | |
| رشته | getStackFrameIds (شاخص int) ID to a stack frame, each of which is pointed to by a unique ID. |
| com.google.protobuf.ByteString | getStackFrameIdsBytes (شاخص int) ID to a stack frame, each of which is pointed to by a unique ID. |
| بین المللی | 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. |
| com.google.protobuf.UnknownFieldSet نهایی | |
| بین المللی | هش کد () |
| بولی نهایی | |
| استاتیک CodeLocation.Builder | newBuilder (نمونه اولیه CodeLocation ) |
| استاتیک CodeLocation.Builder | newBuilder () |
| CodeLocation.Builder | |
| کد مکان ثابت | parseDelimitedFrom (ورودی جریان ورودی) |
| کد مکان ثابت | 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 (بایت[] داده، 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 | toBuilder () |
| باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی HOST_NAME_FIELD_NUMBER
ارزش ثابت: 1
نهایی استاتیک عمومی STACK_FRAME_IDS_FIELD_NUMBER
مقدار ثابت: 2
روش های عمومی
بولین عمومی برابر است (Object Obj)
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 ()
عمومی int getSerializedSize ()
رشته عمومی getStackFrameIds (شاخص 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; عمومی 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; عمومی 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; عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
Public Static CodeLocation parseDelimitedFrom (ورودی InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
Public Static CodeLocation parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
Public Static CodeLocation parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
public static CodeLocation parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
| IOException |
|---|
عمومی استاتیک CodeLocation parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
public static CodeLocation parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
Public Static CodeLocation parseFrom (ورودی InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
public static CodeLocation parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
| IOException |
|---|