XLine คลาสสุดท้ายสาธารณะ
An XLine is a timeline of trace events (XEvents). Next ID: 12
tensorflow.profiler.XLine คลาสที่ซ้อนกัน
| ระดับ | XLine.ตัวสร้าง | An XLine is a timeline of trace events (XEvents). | |
ค่าคงที่
| ภายใน | DISPLAY_ID_FIELD_NUMBER | |
| ภายใน | DISPLAY_NAME_FIELD_NUMBER | |
| ภายใน | DURATION_PS_FIELD_NUMBER | |
| ภายใน | EVENTS_FIELD_NUMBER | |
| ภายใน | ID_FIELD_NUMBER | |
| ภายใน | NAME_FIELD_NUMBER | |
| ภายใน | TIMESTAMP_NS_FIELD_NUMBER |
วิธีการสาธารณะ
| บูลีน | เท่ากับ (วัตถุ obj) |
| XLline แบบคงที่ | |
| เอ็กซ์ไลน์ | |
| com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย | รับคำอธิบาย () |
| ยาว | getDisplayId () Display id of this line. |
| สตริง | getDisplayName () Name of this XLine to display in trace viewer. |
| com.google.protobuf.ByteString | getDisplayNameBytes () Name of this XLine to display in trace viewer. |
| ยาว | getDurationPs () Profiling duration for this line in picoseconds. |
| XEvent | getEvents (ดัชนี int) XEvents within the same XLine should not overlap in time, but they can be nested. |
| ภายใน | getEventsCount () XEvents within the same XLine should not overlap in time, but they can be nested. |
| รายการ < XEvent > | รับรายการกิจกรรม () XEvents within the same XLine should not overlap in time, but they can be nested. |
| XEventOrBuilder | getEventsOrBuilder (ดัชนี int) XEvents within the same XLine should not overlap in time, but they can be nested. |
| รายการ<? ขยาย XEventOrBuilder > | getEventsOrBuilderList () XEvents within the same XLine should not overlap in time, but they can be nested. |
| ยาว | รับรหัส () Id of this line, can be repeated within an XPlane. |
| สตริง | รับชื่อ () Name of this XLine. |
| com.google.protobuf.ByteString | getNameBytes () Name of this XLine. |
| ภายใน | |
| ยาว | getTimestampNs () Start time of this line in nanoseconds since the UNIX epoch. |
| สุดท้าย com.google.protobuf.UnknownFieldSet | |
| ภายใน | แฮชโค้ด () |
| บูลีนสุดท้าย | |
| XLine.Builder แบบคงที่ | newBuilder (ต้นแบบ XLine ) |
| XLine.Builder แบบคงที่ | ตัวสร้างใหม่ () |
| XLine.ตัวสร้าง | |
| XLline แบบคงที่ | parseDelimitedFrom (อินพุต InputStream) |
| XLline แบบคงที่ | parseDelimitedFrom (อินพุตสตรีม com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XLline แบบคงที่ | parseFrom (ข้อมูล ByteBuffer) |
| XLline แบบคงที่ | parseFrom (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XLline แบบคงที่ | parseFrom (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XLline แบบคงที่ | parseFrom (com.google.protobuf.CodedInputStream อินพุต) |
| XLline แบบคงที่ | parseFrom (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XLline แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString) |
| XLline แบบคงที่ | parseFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XLline แบบคงที่ | parseFrom (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| คงที่ | |
| XLine.ตัวสร้าง | toBuilder () |
| เป็นโมฆะ | writeTo (เอาต์พุต com.google.protobuf.CodedOutputStream) |
วิธีการสืบทอด
ค่าคงที่
สาธารณะคงสุดท้าย int DISPLAY_ID_FIELD_NUMBER
ค่าคงที่: 10
รอบชิงชนะเลิศแบบคงที่สาธารณะ int DISPLAY_NAME_FIELD_NUMBER
ค่าคงที่: 11
รอบชิงชนะเลิศแบบคงที่สาธารณะ DURATION_PS_FIELD_NUMBER
ค่าคงที่: 9
กิจกรรมรอบชิงชนะเลิศแบบคงที่สาธารณะ EVENTS_FIELD_NUMBER
ค่าคงที่: 4
int สุดท้ายคงที่สาธารณะ ID_FIELD_NUMBER
ค่าคงที่: 1
int สุดท้ายคงที่สาธารณะ NAME_FIELD_NUMBER
ค่าคงที่: 2
สาธารณะคงสุดท้าย int TIMESTAMP_NS_FIELD_NUMBER
ค่าคงที่: 3
วิธีการสาธารณะ
บูลีนสาธารณะ เท่ากับ (Object obj)
สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()
สาธารณะ getDisplayId ยาว ()
Display id of this line. Multiple lines with the same display_id are grouped together in the same trace viewer row.
int64 display_id = 10; สตริงสาธารณะ getDisplayName ()
Name of this XLine to display in trace viewer.
string display_name = 11; สาธารณะ com.google.protobuf.ByteString getDisplayNameBytes ()
Name of this XLine to display in trace viewer.
string display_name = 11; สาธารณะ getDurationPs ยาว ()
Profiling duration for this line in picoseconds.
int64 duration_ps = 9; XEvent getEvents สาธารณะ (ดัชนี int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4; สาธารณะ int getEventsCount ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4; รายการสาธารณะ < XEvent > getEventsList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4; XEventOrBuilder สาธารณะ getEventsOrBuilder (ดัชนี int)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4; รายการสาธารณะ<? ขยาย XEventOrBuilder > getEventsOrBuilderList ()
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4; getId แบบยาวสาธารณะ ()
Id of this line, can be repeated within an XPlane. All XLines with the same id are effectively the same timeline.
int64 id = 1; สตริงสาธารณะ getName ()
Name of this XLine.
string name = 2; สาธารณะ com.google.protobuf.ByteString getNameBytes ()
Name of this XLine.
string name = 2; สาธารณะ getParserForType ()
สาธารณะ int getSerializedSize ()
สาธารณะ getTimestampNs ยาว ()
Start time of this line in nanoseconds since the UNIX epoch. XEvent.offset_ps is relative to this timestamp.
int64 timestamp_ns = 3; สาธารณะสุดท้าย com.google.protobuf.UnknownFieldSet getUnknownFields ()
สาธารณะ int hashCode ()
บูลีนสุดท้ายสาธารณะ isInitialized ()
สาธารณะ XLine แบบคง ที่ parseDelimitedFrom (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ XLine parseFrom แบบคงที่ (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ XLine parseFrom แบบคงที่ (ข้อมูล ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ XLine parseFrom แบบคงที่ (ข้อมูลไบต์ [], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
แยกวิเคราะห์ XLine สาธารณะแบบคงที่ (ข้อมูล com.google.protobuf.ByteString)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะ XLine parseFrom แบบคงที่ (อินพุต InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| IOข้อยกเว้น |
|---|
สาธารณะ XLine parseFrom แบบคงที่ (ข้อมูล com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ขว้าง
| ProtocolBufferException ไม่ถูกต้อง |
|---|
สาธารณะคงที่ ตัวแยกวิเคราะห์ ()
โมฆะสาธารณะ writeTo (com.google.protobuf.CodedOutputStream เอาต์พุต)
ขว้าง
| IOข้อยกเว้น |
|---|