XEvent.Builder

XEvent.Builder คลาสสุดท้ายแบบคงที่สาธารณะ

 An XEvent is a trace event, optionally annotated with XStats.
 Next ID: 6
 
Protobuf ประเภท tensorflow.profiler.XEvent

วิธีการสาธารณะ

XEvent.ตัวสร้าง
addAllStats (Iterable<? ขยาย XStat > ค่า)
 XStats associated with the event.
XEvent.ตัวสร้าง
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
XEvent.ตัวสร้าง
addStats (ค่า XStat )
 XStats associated with the event.
XEvent.ตัวสร้าง
addStats ( XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.ตัวสร้าง
addStats (ดัชนี int, ค่า XStat )
 XStats associated with the event.
XEvent.ตัวสร้าง
addStats (ดัชนี int, XStat.Builder builderForValue)
 XStats associated with the event.
XStat.Builder
addStatsBuilder (ดัชนี int)
 XStats associated with the event.
XStat.Builder
addStatsBuilder ()
 XStats associated with the event.
XEvent
XEvent
XEvent.ตัวสร้าง
XEvent.ตัวสร้าง
XEvent.ตัวสร้าง
clearDurationPs ()
 Duration of the event in picoseconds.
XEvent.ตัวสร้าง
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
XEvent.ตัวสร้าง
clearMetadataId ()
 XEventMetadata.id of corresponding metadata.
XEvent.ตัวสร้าง
clearNumOccurrences ()
 Number of occurrences of the event, if aggregated.
XEvent.ตัวสร้าง
clearOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.ตัวสร้าง
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XEvent.ตัวสร้าง
ล้างสถิติ ()
 XStats associated with the event.
XEvent.ตัวสร้าง
XEvent.DataCase
XEvent
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
ยาว
getDurationPs ()
 Duration of the event in picoseconds.
ยาว
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
ยาว
getNumOccurrence ()
 Number of occurrences of the event, if aggregated.
ยาว
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XStat
getStats (ดัชนี int)
 XStats associated with the event.
XStat.Builder
getStatsBuilder (ดัชนี int)
 XStats associated with the event.
รายการ < XStat.Builder >
getStatsBuilderList ()
 XStats associated with the event.
ภายใน
getStatsCount ()
 XStats associated with the event.
รายการ <XStat>
getStatsList ()
 XStats associated with the event.
XStatOrBuilder
getStatsOrBuilder (ดัชนี int)
 XStats associated with the event.
รายการ<? ขยาย XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.
บูลีนสุดท้าย
XEvent.ตัวสร้าง
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
XEvent.ตัวสร้าง
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent.Builder สุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
XEvent.ตัวสร้าง
RemoveStats (ดัชนี int)
 XStats associated with the event.
XEvent.ตัวสร้าง
setDurationPs (ค่ายาว)
 Duration of the event in picoseconds.
XEvent.ตัวสร้าง
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
XEvent.ตัวสร้าง
setMetadataId (ค่ายาว)
 XEventMetadata.id of corresponding metadata.
XEvent.ตัวสร้าง
setNumOccurrences (ค่ายาว)
 Number of occurrences of the event, if aggregated.
XEvent.ตัวสร้าง
setOffsetPs (ค่ายาว)
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.ตัวสร้าง
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
XEvent.ตัวสร้าง
setStats (ดัชนี int, XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.ตัวสร้าง
setStats (ดัชนี int, ค่า XStat )
 XStats associated with the event.
XEvent.Builder สุดท้าย
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

วิธีการสืบทอด

วิธีการสาธารณะ

สาธารณะ XEvent.Builder addAllStats (Iterable <? ขยาย XStat > ค่า)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XEvent.Builder สาธารณะ addRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

addStats XEvent.Builder สาธารณะ (ค่า XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

addStats XEvent.Builder สาธารณะ ( XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

addStats XEvent.Builder สาธารณะ (ดัชนี int, ค่า XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

addStats XEvent.Builder สาธารณะ (ดัชนี int, XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XStat.Builder สาธารณะ addStatsBuilder (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XStat.Builder สาธารณะ addStatsBuilder ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

โครงสร้าง XEvent สาธารณะ ()

XEvent buildPartial สาธารณะ ()

XEvent.Builder สาธารณะ ชัดเจน ()

สาธารณะ XEvent.Builder clearData ()

XEvent.Builder สาธารณะ clearDurationPs ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

สาธารณะ XEvent.Builder clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)

XEvent.Builder สาธารณะ clearMetadataId ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

XEvent.Builder สาธารณะ clearNumOccurrences ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

XEvent.Builder สาธารณะ clearOffsetPs ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

XEvent.Builder สาธารณะ clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

สาธารณะ XEvent.Builder clearStats ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

โคลน XEvent.Builder สาธารณะ ()

XEvent.DataCase สาธารณะ getDataCase ()

XEvent สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

สาธารณะ getDurationPs ยาว ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

สาธารณะ getMetadataId ยาว ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

สาธารณะ getNumOccurrences ยาว ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

สาธารณะ getOffsetPs ยาว ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

XSat getStats สาธารณะ (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XStat.Builder สาธารณะ getStatsBuilder (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

รายการสาธารณะ< XSat.Builder > getStatsBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

สาธารณะ int getStatsCount ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

รายการสาธารณะ< XStat > getStatsList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XStOrBuilder สาธารณะ getStatsOrBuilder (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

รายการสาธารณะ<? ขยาย XStatOrBuilder > getStatsOrBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะ XEvent.Builder ผสานจาก (com.google.protobuf.Message อื่น ๆ )

XEvent.Builder สาธารณะ ผสานจาก (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

XEvent.Builder สุดท้ายสาธารณะ รวม UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

XEvent.Builder สาธารณะ RemoveStats (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

สาธารณะ XEvent.Builder setDurationPs (ค่ายาว)

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

สาธารณะ XEvent.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

สาธารณะ XEvent.Builder setMetadataId (ค่ายาว)

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

XEvent.Builder สาธารณะ setNumOccurrences (ค่ายาว)

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

สาธารณะ XEvent.Builder setOffsetPs (ค่ายาว)

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

สาธารณะ XEvent.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

XEvent.Builder setStats สาธารณะ (ดัชนี int, XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

สาธารณะ XEvent.Builder setStats (ดัชนี int, ค่า XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

สาธารณะขั้นสุดท้าย XEvent.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

,
XEvent.Builder คลาสสุดท้ายแบบคงที่สาธารณะ

 An XEvent is a trace event, optionally annotated with XStats.
 Next ID: 6
 
Protobuf ประเภท tensorflow.profiler.XEvent

วิธีการสาธารณะ

XEvent.ตัวสร้าง
addAllStats (Iterable<? ขยาย XStat > ค่า)
 XStats associated with the event.
XEvent.ตัวสร้าง
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor ช่อง ค่าอ็อบเจ็กต์)
XEvent.ตัวสร้าง
addStats (ค่า XStat )
 XStats associated with the event.
XEvent.ตัวสร้าง
addStats ( XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.ตัวสร้าง
addStats (ดัชนี int, ค่า XStat )
 XStats associated with the event.
XEvent.ตัวสร้าง
addStats (ดัชนี int, XStat.Builder builderForValue)
 XStats associated with the event.
XStat.Builder
addStatsBuilder (ดัชนี int)
 XStats associated with the event.
XStat.Builder
addStatsBuilder ()
 XStats associated with the event.
XEvent
XEvent
XEvent.ตัวสร้าง
XEvent.ตัวสร้าง
XEvent.ตัวสร้าง
clearDurationPs ()
 Duration of the event in picoseconds.
XEvent.ตัวสร้าง
clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)
XEvent.ตัวสร้าง
clearMetadataId ()
 XEventMetadata.id of corresponding metadata.
XEvent.ตัวสร้าง
clearNumOccurrences ()
 Number of occurrences of the event, if aggregated.
XEvent.ตัวสร้าง
clearOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.ตัวสร้าง
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XEvent.ตัวสร้าง
ล้างสถิติ ()
 XStats associated with the event.
XEvent.ตัวสร้าง
XEvent.DataCase
XEvent
com.google.protobuf.Descriptors.Descriptor แบบคงที่ขั้นสุดท้าย
com.google.protobuf.Descriptors.Descriptor
ยาว
getDurationPs ()
 Duration of the event in picoseconds.
ยาว
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
ยาว
getNumOccurrence ()
 Number of occurrences of the event, if aggregated.
ยาว
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XStat
getStats (ดัชนี int)
 XStats associated with the event.
XStat.Builder
getStatsBuilder (ดัชนี int)
 XStats associated with the event.
รายการ < XStat.Builder >
getStatsBuilderList ()
 XStats associated with the event.
ภายใน
getStatsCount ()
 XStats associated with the event.
รายการ <XStat>
getStatsList ()
 XStats associated with the event.
XStatOrBuilder
getStatsOrBuilder (ดัชนี int)
 XStats associated with the event.
รายการ<? ขยาย XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.
บูลีนสุดท้าย
XEvent.ตัวสร้าง
mergeFrom (com.google.protobuf.ข้อความ อื่น ๆ )
XEvent.ตัวสร้าง
mergeFrom (com.google.protobuf.CodedInputStream อินพุต com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent.Builder สุดท้าย
mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
XEvent.ตัวสร้าง
RemoveStats (ดัชนี int)
 XStats associated with the event.
XEvent.ตัวสร้าง
setDurationPs (ค่ายาว)
 Duration of the event in picoseconds.
XEvent.ตัวสร้าง
setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)
XEvent.ตัวสร้าง
setMetadataId (ค่ายาว)
 XEventMetadata.id of corresponding metadata.
XEvent.ตัวสร้าง
setNumOccurrences (ค่ายาว)
 Number of occurrences of the event, if aggregated.
XEvent.ตัวสร้าง
setOffsetPs (ค่ายาว)
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.ตัวสร้าง
setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)
XEvent.ตัวสร้าง
setStats (ดัชนี int, XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.ตัวสร้าง
setStats (ดัชนี int, ค่า XStat )
 XStats associated with the event.
XEvent.Builder สุดท้าย
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

วิธีการสืบทอด

วิธีการสาธารณะ

สาธารณะ XEvent.Builder addAllStats (Iterable <? ขยาย XStat > ค่า)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XEvent.Builder สาธารณะ addRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

addStats XEvent.Builder สาธารณะ (ค่า XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

addStats XEvent.Builder สาธารณะ ( XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

addStats XEvent.Builder สาธารณะ (ดัชนี int, ค่า XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

addStats XEvent.Builder สาธารณะ (ดัชนี int, XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XStat.Builder สาธารณะ addStatsBuilder (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XStat.Builder สาธารณะ addStatsBuilder ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

โครงสร้าง XEvent สาธารณะ ()

XEvent buildPartial สาธารณะ ()

XEvent.Builder สาธารณะ ชัดเจน ()

สาธารณะ XEvent.Builder clearData ()

XEvent.Builder สาธารณะ clearDurationPs ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

สาธารณะ XEvent.Builder clearField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor)

XEvent.Builder สาธารณะ clearMetadataId ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

XEvent.Builder สาธารณะ clearNumOccurrences ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

XEvent.Builder สาธารณะ clearOffsetPs ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

XEvent.Builder สาธารณะ clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

สาธารณะ XEvent.Builder clearStats ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

โคลน XEvent.Builder สาธารณะ ()

XEvent.DataCase สาธารณะ getDataCase ()

XEvent สาธารณะ getDefaultInstanceForType ()

สาธารณะคงที่สุดท้าย com.google.protobuf.Descriptors.Descriptor getDescriptor ()

สาธารณะ com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

สาธารณะ getDurationPs ยาว ()

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

สาธารณะ getMetadataId ยาว ()

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

สาธารณะ getNumOccurrences ยาว ()

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

สาธารณะ getOffsetPs ยาว ()

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

XSat getStats สาธารณะ (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XStat.Builder สาธารณะ getStatsBuilder (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

รายการสาธารณะ< XSat.Builder > getStatsBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

สาธารณะ int getStatsCount ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

รายการสาธารณะ< XStat > getStatsList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

XStOrBuilder สาธารณะ getStatsOrBuilder (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

รายการสาธารณะ<? ขยาย XStatOrBuilder > getStatsOrBuilderList ()

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

บูลีนสุดท้ายสาธารณะ isInitialized ()

สาธารณะ XEvent.Builder ผสานจาก (com.google.protobuf.Message อื่น ๆ )

XEvent.Builder สาธารณะ ผสานจาก (อินพุต com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

ขว้าง
IOข้อยกเว้น

XEvent.Builder สุดท้ายสาธารณะ รวม UnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

XEvent.Builder สาธารณะ RemoveStats (ดัชนี int)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

สาธารณะ XEvent.Builder setDurationPs (ค่ายาว)

 Duration of the event in picoseconds. Can be zero for an instant event.
 
int64 duration_ps = 3;

สาธารณะ XEvent.Builder setField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor ค่าอ็อบเจ็กต์)

สาธารณะ XEvent.Builder setMetadataId (ค่ายาว)

 XEventMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

XEvent.Builder สาธารณะ setNumOccurrences (ค่ายาว)

 Number of occurrences of the event, if aggregated.
 
int64 num_occurrences = 5;

สาธารณะ XEvent.Builder setOffsetPs (ค่ายาว)

 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
 
int64 offset_ps = 2;

สาธารณะ XEvent.Builder setRepeatedField (ฟิลด์ com.google.protobuf.Descriptors.FieldDescriptor, ดัชนี int, ค่าอ็อบเจ็กต์)

XEvent.Builder setStats สาธารณะ (ดัชนี int, XStat.Builder builderForValue)

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

สาธารณะ XEvent.Builder setStats (ดัชนี int, ค่า XStat )

 XStats associated with the event.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 4;

สาธารณะขั้นสุดท้าย XEvent.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)