Uses of Class
org.tensorflow.proto.profiler.Xplane.XEvent
Packages that use Xplane.XEvent
-
Uses of Xplane.XEvent in org.tensorflow.proto.profiler
Methods in org.tensorflow.proto.profiler that return Xplane.XEventModifier and TypeMethodDescriptionXplane.XEvent.Builder.build()Xplane.XEvent.Builder.buildPartial()static Xplane.XEventXplane.XEvent.getDefaultInstance()Xplane.XEvent.Builder.getDefaultInstanceForType()Xplane.XEvent.getDefaultInstanceForType()Xplane.XLine.Builder.getEvents(int index) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLine.getEvents(int index) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLineOrBuilder.getEvents(int index) XEvents within the same XLine should not overlap in time, but they can be nested.static Xplane.XEventXplane.XEvent.parseDelimitedFrom(InputStream input) static Xplane.XEventXplane.XEvent.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XEventXplane.XEvent.parseFrom(byte[] data) static Xplane.XEventXplane.XEvent.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static Xplane.XEventXplane.XEvent.parseFrom(ByteString data) static Xplane.XEventXplane.XEvent.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static Xplane.XEventXplane.XEvent.parseFrom(CodedInputStream input) static Xplane.XEventXplane.XEvent.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XEventXplane.XEvent.parseFrom(InputStream input) static Xplane.XEventXplane.XEvent.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XEventXplane.XEvent.parseFrom(ByteBuffer data) static Xplane.XEventXplane.XEvent.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto.profiler that return types with arguments of type Xplane.XEventModifier and TypeMethodDescriptionXplane.XLine.Builder.getEventsList()XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLine.getEventsList()XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XLineOrBuilder.getEventsList()XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XEvent.getParserForType()static Parser<Xplane.XEvent> Xplane.XEvent.parser()Methods in org.tensorflow.proto.profiler with parameters of type Xplane.XEventModifier and TypeMethodDescriptionXplane.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(Xplane.XEvent value) XEvents within the same XLine should not overlap in time, but they can be nested.Xplane.XEvent.Builder.mergeFrom(Xplane.XEvent other) static Xplane.XEvent.BuilderXplane.XEvent.newBuilder(Xplane.XEvent prototype) Xplane.XLine.Builder.setEvents(int index, Xplane.XEvent value) XEvents within the same XLine should not overlap in time, but they can be nested.Method parameters in org.tensorflow.proto.profiler with type arguments of type Xplane.XEventModifier 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.