XEvent.Builder

classe finale statique publique XEvent.Builder

 An XEvent is a trace event, optionally annotated with XStats.
 Next ID: 6
 
tensorflow.profiler.XEvent de type Protobuf

Méthodes publiques

XEvent.Builder
addAllStats (Iterable<? étend les valeurs XStat >)
 XStats associated with the event.
XEvent.Builder
addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
XEvent.Builder
addStats (valeur XStat )
 XStats associated with the event.
XEvent.Builder
addStats ( XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.Builder
addStats (index int, valeur XStat )
 XStats associated with the event.
XEvent.Builder
addStats (index int, XStat.Builder builderForValue)
 XStats associated with the event.
XStat.Builder
addStatsBuilder (index int)
 XStats associated with the event.
XStat.Builder
addStatsBuilder ()
 XStats associated with the event.
XÉvénement
XÉvénement
XEvent.Builder
clair ()
XEvent.Builder
XEvent.Builder
clearDurationPs ()
 Duration of the event in picoseconds.
XEvent.Builder
clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)
XEvent.Builder
clearMetadataId ()
 XEventMetadata.id of corresponding metadata.
XEvent.Builder
clearNumOccurrences ()
 Number of occurrences of the event, if aggregated.
XEvent.Builder
clearOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
XEvent.Builder
clearStats ()
 XStats associated with the event.
XEvent.Builder
cloner ()
XEvent.DataCase
XÉvénement
final statique com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
long
getDurationPs ()
 Duration of the event in picoseconds.
long
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
long
getNumOccurrences ()
 Number of occurrences of the event, if aggregated.
long
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XStat
getStats (index entier)
 XStats associated with the event.
XStat.Builder
getStatsBuilder (index int)
 XStats associated with the event.
Liste< XStat.Builder >
getStatsBuilderList ()
 XStats associated with the event.
int
getStatsCount ()
 XStats associated with the event.
Liste< XStat >
getStatsList ()
 XStats associated with the event.
XStatOrBuilder
getStatsOrBuilder (index int)
 XStats associated with the event.
Liste<? étend XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.
booléen final
XEvent.Builder
mergeFrom (com.google.protobuf.Message autre)
XEvent.Builder
mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)
XEvent.Builder
RemoveStats (index int)
 XStats associated with the event.
XEvent.Builder
setDurationPs (valeur longue)
 Duration of the event in picoseconds.
XEvent.Builder
setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
XEvent.Builder
setMetadataId (valeur longue)
 XEventMetadata.id of corresponding metadata.
XEvent.Builder
setNumOccurrences (valeur longue)
 Number of occurrences of the event, if aggregated.
XEvent.Builder
setOffsetPs (valeur longue)
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.Builder
setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
XEvent.Builder
setStats (index int, XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.Builder
setStats (index int, valeur XStat )
 XStats associated with the event.
XEvent.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields)

Méthodes héritées

Méthodes publiques

public XEvent.Builder addAllStats (Iterable<? étend les valeurs XStat >)

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

public XEvent.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public XEvent.Builder addStats (valeur XStat )

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

public XEvent.Builder addStats ( XStat.Builder builderForValue)

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

public XEvent.Builder addStats (index int, valeur XStat )

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

public XEvent.Builder addStats (index 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;

public XStat.Builder addStatsBuilder (index int)

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

public XStat.Builder addStatsBuilder ()

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

version publique de XEvent ()

public XEvent buildPartial ()

public XEvent.Builder clear ()

public XEvent.Builder clearData ()

public XEvent.Builder clearDurationPs ()

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

public XEvent.Builder clearField (champ com.google.protobuf.Descriptors.FieldDescriptor)

public XEvent.Builder clearMetadataId ()

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

public XEvent.Builder clearNumOccurrences ()

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

public XEvent.Builder clearOffsetPs ()

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

public XEvent.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public XEvent.Builder clearStats ()

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

Clone public XEvent.Builder ()

public XEvent.DataCase getDataCase ()

public XEvent getDefaultInstanceForType ()

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

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public long getDurationPs ()

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

public long getMetadataId ()

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

public long getNumOccurrences ()

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

public long getOffsetPs ()

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

public XStat getStats (index int)

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

public XStat.Builder getStatsBuilder (index int)

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

Liste publique < XStat.Builder > getStatsBuilderList ()

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

public int getStatsCount ()

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

Liste publique < XStat > getStatsList ()

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

public XStatOrBuilder getStatsOrBuilder (index int)

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

Liste publique <? étend XStatOrBuilder > getStatsOrBuilderList ()

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

public final booléen isInitialized ()

public XEvent.Builder mergeFrom (com.google.protobuf.Message autre)

public XEvent.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public final XEvent.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public XEvent.Builder removeStats (index int)

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

public XEvent.Builder setDurationPs (valeur longue)

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

public XEvent.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)

public XEvent.Builder setMetadataId (valeur longue)

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

public XEvent.Builder setNumOccurrences (valeur longue)

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

public XEvent.Builder setOffsetPs (valeur longue)

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

public XEvent.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)

public XEvent.Builder setStats (index 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;

public XEvent.Builder setStats (index int, valeur XStat )

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

public final XEvent.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)