XEvent.Builder

clase final estática pública XEvent.Builder

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

Métodos públicos

XEvent.Builder
addAllStats (Iterable <? extiende XStat > valores)
 XStats associated with the event.
XEvent.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
XEvent.Builder
addStats (valor XStat )
 XStats associated with the event.
XEvent.Builder
addStats ( XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.Builder
addStats (índice int, valor XStat )
 XStats associated with the event.
XEvent.Builder
addStats (índice int, XStat.Builder builderForValue)
 XStats associated with the event.
XStat.Builder
addStatsBuilder (índice int)
 XStats associated with the event.
XStat.Builder
addStatsBuilder ()
 XStats associated with the event.
XEvent
XEvent
XEvent.Builder
claro ()
XEvent.Builder
XEvent.Builder
clearDurationPs ()
 Duration of the event in picoseconds.
XEvent.Builder
clearField (campo 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
clonar ()
XEvent.DataCase
XEvent
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
largo
getDurationPs ()
 Duration of the event in picoseconds.
largo
getMetadataId ()
 XEventMetadata.id of corresponding metadata.
largo
getNumOccurrences ()
 Number of occurrences of the event, if aggregated.
largo
getOffsetPs ()
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XStat
getStats (índice int)
 XStats associated with the event.
XStat.Builder
getStatsBuilder (índice int)
 XStats associated with the event.
Lista < XStat.Builder >
getStatsBuilderList ()
 XStats associated with the event.
En t
getStatsCount ()
 XStats associated with the event.
Lista < XStat >
getStatsList ()
 XStats associated with the event.
XStatOrBuilder
getStatsOrBuilder (índice int)
 XStats associated with the event.
Lista <? extiende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with the event.
booleano final
XEvent.Builder
mergeFrom (com.google.protobuf.Message otro)
XEvent.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XEvent.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
XEvent.Builder
removeStats (índice int)
 XStats associated with the event.
XEvent.Builder
setDurationPs (valor largo)
 Duration of the event in picoseconds.
XEvent.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
XEvent.Builder
setMetadataId (valor largo)
 XEventMetadata.id of corresponding metadata.
XEvent.Builder
setNumOccurrences (valor largo)
 Number of occurrences of the event, if aggregated.
XEvent.Builder
setOffsetPs (valor largo)
 Start time of the event in picoseconds, as offset from
 XLine.timestamp_ns().
XEvent.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
XEvent.Builder
setStats (índice int, XStat.Builder builderForValue)
 XStats associated with the event.
XEvent.Builder
setStats (índice int, valor XStat )
 XStats associated with the event.
XEvent.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos heredados

Métodos públicos

public XEvent.Builder addAllStats ( valores Iterables <? extiende 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 (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public XEvent.Builder addStats (valor XStat )

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

pública 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 (índice int, valor 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 (int index, 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 (índice int)

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

público XStat.Builder addStatsBuilder ()

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

public XEvent build ()

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 (campo 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;

public XEvent.Builder clone ()

public XEvent.DataCase getDataCase ()

public XEvent getDefaultInstanceForType ()

público estático 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;

getStats XStat público (índice 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 (índice int)

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

Lista pública < 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;

Lista pública < 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 (índice int)

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

Lista pública <? extiende 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 boolean isInitialized ()

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

public XEvent.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

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

public XEvent.Builder removeStats (índice 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 (valor largo)

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

public XEvent.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

public XEvent.Builder setMetadataId (valor largo)

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

public XEvent.Builder setNumOccurrences (valor largo)

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

public XEvent.Builder setOffsetPs (valor largo)

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

public XEvent.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

public XEvent.Builder setStats (int index, 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 (índice int, valor XStat )

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

público final XEvent.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)