Uses of Class
org.tensorflow.proto.profiler.Xplane.XEvent.Builder
Packages that use Xplane.XEvent.Builder
-
Uses of Xplane.XEvent.Builder in org.tensorflow.proto.profiler
Subclasses with type arguments of type Xplane.XEvent.Builder in org.tensorflow.proto.profilerModifier and TypeClassDescriptionstatic final classAn XEvent is a trace event, optionally annotated with XStats.Methods in org.tensorflow.proto.profiler that return Xplane.XEvent.BuilderModifier and TypeMethodDescriptionXplane.XEvent.Builder.addAllStats(Iterable<? extends Xplane.XStat> values) XStats associated with the event.Xplane.XLine.Builder.addEventsBuilder()XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLine.Builder.addEventsBuilder(int index) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XEvent.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Xplane.XEvent.Builder.addStats(int index, Xplane.XStat value) XStats associated with the event.Xplane.XEvent.Builder.addStats(int index, Xplane.XStat.Builder builderForValue) XStats associated with the event.Xplane.XEvent.Builder.addStats(Xplane.XStat value) XStats associated with the event.Xplane.XEvent.Builder.addStats(Xplane.XStat.Builder builderForValue) XStats associated with the event.Xplane.XEvent.Builder.clear()Xplane.XEvent.Builder.clearData()Xplane.XEvent.Builder.clearDurationPs()Duration of the event in picoseconds.Xplane.XEvent.Builder.clearField(Descriptors.FieldDescriptor field) Xplane.XEvent.Builder.clearMetadataId()XEventMetadata.id of corresponding metadata.Xplane.XEvent.Builder.clearNumOccurrences()Number of occurrences of the event, if aggregated.Xplane.XEvent.Builder.clearOffsetPs()Start time of the event in picoseconds, as offset from XLine.timestamp_ns().Xplane.XEvent.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Xplane.XEvent.Builder.clearStats()XStats associated with the event.Xplane.XEvent.Builder.clone()Xplane.XLine.Builder.getEventsBuilder(int index) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XEvent.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Xplane.XEvent.Builder.mergeFrom(Xplane.XEvent other) final Xplane.XEvent.BuilderXplane.XEvent.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Xplane.XEvent.BuilderXplane.XEvent.newBuilder()static Xplane.XEvent.BuilderXplane.XEvent.newBuilder(Xplane.XEvent prototype) Xplane.XEvent.newBuilderForType()protected Xplane.XEvent.BuilderXplane.XEvent.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Xplane.XEvent.Builder.removeStats(int index) XStats associated with the event.Xplane.XEvent.Builder.setDurationPs(long value) Duration of the event in picoseconds.Xplane.XEvent.Builder.setField(Descriptors.FieldDescriptor field, Object value) Xplane.XEvent.Builder.setMetadataId(long value) XEventMetadata.id of corresponding metadata.Xplane.XEvent.Builder.setNumOccurrences(long value) Number of occurrences of the event, if aggregated.Xplane.XEvent.Builder.setOffsetPs(long value) Start time of the event in picoseconds, as offset from XLine.timestamp_ns().Xplane.XEvent.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Xplane.XEvent.Builder.setStats(int index, Xplane.XStat value) XStats associated with the event.Xplane.XEvent.Builder.setStats(int index, Xplane.XStat.Builder builderForValue) XStats associated with the event.final Xplane.XEvent.BuilderXplane.XEvent.Builder.setUnknownFields(UnknownFieldSet unknownFields) Xplane.XEvent.toBuilder()Methods in org.tensorflow.proto.profiler that return types with arguments of type Xplane.XEvent.BuilderModifier and TypeMethodDescriptionXplane.XLine.Builder.getEventsBuilderList()XEvents within the same XLine should not overlap in time, but they can be nested.Methods in org.tensorflow.proto.profiler with parameters of type Xplane.XEvent.BuilderModifier and TypeMethodDescriptionXplane.XLine.Builder.addEvents(int index, Xplane.XEvent.Builder builderForValue) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLine.Builder.addEvents(Xplane.XEvent.Builder builderForValue) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLine.Builder.setEvents(int index, Xplane.XEvent.Builder builderForValue) XEvents within the same XLine should not overlap in time, but they can be nested.