Uses of Class
org.tensorflow.proto.profiler.Xplane.XLine.Builder
Packages that use Xplane.XLine.Builder
-
Uses of Xplane.XLine.Builder in org.tensorflow.proto.profiler
Subclasses with type arguments of type Xplane.XLine.Builder in org.tensorflow.proto.profilerModifier and TypeClassDescriptionstatic final classAn XLine is a timeline of trace events (XEvents).Methods in org.tensorflow.proto.profiler that return Xplane.XLine.BuilderModifier and TypeMethodDescriptionXplane.XLine.Builder.addAllEvents(Iterable<? extends Xplane.XEvent> values) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLine.Builder.addEvents(int index, Xplane.XEvent value) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.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 value) 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.XPlane.Builder.addLinesBuilder()Parallel timelines grouped in this plane.Xplane.XPlane.Builder.addLinesBuilder(int index) Parallel timelines grouped in this plane.Xplane.XLine.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Xplane.XLine.Builder.clear()Xplane.XLine.Builder.clearDisplayId()Display id of this line.Xplane.XLine.Builder.clearDisplayName()Name of this XLine to display in trace viewer.Xplane.XLine.Builder.clearDurationPs()Profiling duration for this line in picoseconds.Xplane.XLine.Builder.clearEvents()XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLine.Builder.clearField(Descriptors.FieldDescriptor field) Xplane.XLine.Builder.clearId()Id of this line, can be repeated within an XPlane.Xplane.XLine.Builder.clearName()Name of this XLine.Xplane.XLine.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Xplane.XLine.Builder.clearTimestampNs()Start time of this line in nanoseconds since the UNIX epoch.Xplane.XLine.Builder.clone()Xplane.XPlane.Builder.getLinesBuilder(int index) Parallel timelines grouped in this plane.Xplane.XLine.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Xplane.XLine.Builder.mergeFrom(Xplane.XLine other) final Xplane.XLine.BuilderXplane.XLine.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Xplane.XLine.BuilderXplane.XLine.newBuilder()static Xplane.XLine.BuilderXplane.XLine.newBuilder(Xplane.XLine prototype) Xplane.XLine.newBuilderForType()protected Xplane.XLine.BuilderXplane.XLine.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Xplane.XLine.Builder.removeEvents(int index) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLine.Builder.setDisplayId(long value) Display id of this line.Xplane.XLine.Builder.setDisplayName(String value) Name of this XLine to display in trace viewer.Xplane.XLine.Builder.setDisplayNameBytes(ByteString value) Name of this XLine to display in trace viewer.Xplane.XLine.Builder.setDurationPs(long value) Profiling duration for this line in picoseconds.Xplane.XLine.Builder.setEvents(int index, Xplane.XEvent value) 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.Xplane.XLine.Builder.setField(Descriptors.FieldDescriptor field, Object value) Xplane.XLine.Builder.setId(long value) Id of this line, can be repeated within an XPlane.Name of this XLine.Xplane.XLine.Builder.setNameBytes(ByteString value) Name of this XLine.Xplane.XLine.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Xplane.XLine.Builder.setTimestampNs(long value) Start time of this line in nanoseconds since the UNIX epoch.final Xplane.XLine.BuilderXplane.XLine.Builder.setUnknownFields(UnknownFieldSet unknownFields) Xplane.XLine.toBuilder()Methods in org.tensorflow.proto.profiler that return types with arguments of type Xplane.XLine.BuilderModifier and TypeMethodDescriptionXplane.XPlane.Builder.getLinesBuilderList()Parallel timelines grouped in this plane.Methods in org.tensorflow.proto.profiler with parameters of type Xplane.XLine.BuilderModifier and TypeMethodDescriptionXplane.XPlane.Builder.addLines(int index, Xplane.XLine.Builder builderForValue) Parallel timelines grouped in this plane.Xplane.XPlane.Builder.addLines(Xplane.XLine.Builder builderForValue) Parallel timelines grouped in this plane.Xplane.XPlane.Builder.setLines(int index, Xplane.XLine.Builder builderForValue) Parallel timelines grouped in this plane.