الصف النهائي العام XLine
An XLine is a timeline of trace events (XEvents). Next ID: 12
tensorflow.profiler.XLine
فئات متداخلة
فصل | XLine.Builder | 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 |
الأساليب العامة
منطقية | يساوي (كائن كائن) |
ثابت إكس لاين | |
اكس لاين | |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
طويل | معرف العرض () Display id of this line. |
خيط | الحصول على اسم العرض () Name of this XLine to display in trace viewer. |
com.google.protobuf.ByteString | الحصول علىDisplayNameBytes () Name of this XLine to display in trace viewer. |
طويل | الحصول على DurationPs () Profiling duration for this line in picoseconds. |
XEvent | getEvents (فهرس كثافة العمليات) 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 (فهرس كثافة العمليات) 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 | الحصول على اسم بايت () 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.Builder | |
ثابت إكس لاين | parseDelimitedFrom (إدخال InputStream) |
ثابت إكس لاين | parseDelimitedFrom (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت إكس لاين | parseFrom (بيانات ByteBuffer) |
ثابت إكس لاين | parseFrom (com.google.protobuf.CodedInputStream input، 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 data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
ثابت | محلل () |
XLine.Builder | إلى البناء () |
فارغ | writeTo (com.google.protobuf.CodedOutputStream الإخراج) |
الطرق الموروثة
الثوابت
العدد النهائي الثابت العام DISPLAY_ID_FIELD_NUMBER
القيمة الثابتة: 10
العدد النهائي الثابت العام DISPLAY_NAME_FIELD_NUMBER
القيمة الثابتة: 11
العدد النهائي الثابت العام DURATION_PS_FIELD_NUMBER
القيمة الثابتة: 9
العدد النهائي الثابت العام EVENTS_FIELD_NUMBER
القيمة الثابتة: 4
العدد النهائي الثابت العام ID_FIELD_NUMBER
القيمة الثابتة: 1
int النهائي الثابت العام NAME_FIELD_NUMBER
القيمة الثابتة: 2
العدد النهائي الثابت العام 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;
getEvents XEvent العام (فهرس كثافة العمليات)
XEvents within the same XLine should not overlap in time, but they can be nested.
repeated .tensorflow.profiler.XEvent events = 4;
int public 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;
getEventsOrBuilder العام XEventOrBuilder (فهرس كثافة العمليات)
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;
عام الحصول على بارسيرفورتايب ()
int public 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 ()
كود التجزئة الدولي العام ()
تمت تهيئة القيمة المنطقية النهائية العامة ()
تحليل XLine الثابت العام (InputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل Xline العام الثابت (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل Xline العام الثابت (بيانات ByteBuffer، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل Xline العام الثابت (بيانات البايت []، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
تحليل Xline العام الثابت (بيانات com.google.protobuf.ByteString)
رميات
InvalidProtocolBufferException |
---|
تحليل Xline العام الثابت (إدخال InputStream، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
تحليل Xline العام الثابت (com.google.protobuf.ByteString data، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
InvalidProtocolBufferException |
---|
ساكنة عامة محلل ()
الكتابة إلى الفراغ العام (إخراج com.google.protobuf.CodedOutputStream)
رميات
IOEException |
---|