Uses of Class
org.tensorflow.proto.profiler.Xplane.XStat
Packages that use Xplane.XStat
-
Uses of Xplane.XStat in org.tensorflow.proto.profiler
Methods in org.tensorflow.proto.profiler that return Xplane.XStatModifier and TypeMethodDescriptionXplane.XStat.Builder.build()Xplane.XStat.Builder.buildPartial()static Xplane.XStatXplane.XStat.getDefaultInstance()Xplane.XStat.Builder.getDefaultInstanceForType()Xplane.XStat.getDefaultInstanceForType()Xplane.XEvent.Builder.getStats(int index) XStats associated with the event.Xplane.XEvent.getStats(int index) XStats associated with the event.Xplane.XEventMetadata.Builder.getStats(int index) XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadata.getStats(int index) XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadataOrBuilder.getStats(int index) XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventOrBuilder.getStats(int index) XStats associated with the event.Xplane.XPlane.Builder.getStats(int index) XStats associated with this plane, e.g. device capabilities.Xplane.XPlane.getStats(int index) XStats associated with this plane, e.g. device capabilities.Xplane.XPlaneOrBuilder.getStats(int index) XStats associated with this plane, e.g. device capabilities.static Xplane.XStatXplane.XStat.parseDelimitedFrom(InputStream input) static Xplane.XStatXplane.XStat.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XStatXplane.XStat.parseFrom(byte[] data) static Xplane.XStatXplane.XStat.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static Xplane.XStatXplane.XStat.parseFrom(ByteString data) static Xplane.XStatXplane.XStat.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static Xplane.XStatXplane.XStat.parseFrom(CodedInputStream input) static Xplane.XStatXplane.XStat.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XStatXplane.XStat.parseFrom(InputStream input) static Xplane.XStatXplane.XStat.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static Xplane.XStatXplane.XStat.parseFrom(ByteBuffer data) static Xplane.XStatXplane.XStat.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto.profiler that return types with arguments of type Xplane.XStatModifier and TypeMethodDescriptionXplane.XStat.getParserForType()Xplane.XEvent.Builder.getStatsList()XStats associated with the event.Xplane.XEvent.getStatsList()XStats associated with the event.Xplane.XEventMetadata.Builder.getStatsList()XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadata.getStatsList()XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadataOrBuilder.getStatsList()XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventOrBuilder.getStatsList()XStats associated with the event.Xplane.XPlane.Builder.getStatsList()XStats associated with this plane, e.g. device capabilities.Xplane.XPlane.getStatsList()XStats associated with this plane, e.g. device capabilities.Xplane.XPlaneOrBuilder.getStatsList()XStats associated with this plane, e.g. device capabilities.static Parser<Xplane.XStat> Xplane.XStat.parser()Methods in org.tensorflow.proto.profiler with parameters of type Xplane.XStatModifier and TypeMethodDescriptionXplane.XEvent.Builder.addStats(int index, Xplane.XStat value) XStats associated with the event.Xplane.XEvent.Builder.addStats(Xplane.XStat value) XStats associated with the event.Xplane.XEventMetadata.Builder.addStats(int index, Xplane.XStat value) XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadata.Builder.addStats(Xplane.XStat value) XStats that are constant for all XEvents with the same metadata_id.Xplane.XPlane.Builder.addStats(int index, Xplane.XStat value) XStats associated with this plane, e.g. device capabilities.Xplane.XPlane.Builder.addStats(Xplane.XStat value) XStats associated with this plane, e.g. device capabilities.Xplane.XStat.Builder.mergeFrom(Xplane.XStat other) static Xplane.XStat.BuilderXplane.XStat.newBuilder(Xplane.XStat prototype) Xplane.XEvent.Builder.setStats(int index, Xplane.XStat value) XStats associated with the event.Xplane.XEventMetadata.Builder.setStats(int index, Xplane.XStat value) XStats that are constant for all XEvents with the same metadata_id.Xplane.XPlane.Builder.setStats(int index, Xplane.XStat value) XStats associated with this plane, e.g. device capabilities.Method parameters in org.tensorflow.proto.profiler with type arguments of type Xplane.XStatModifier and TypeMethodDescriptionXplane.XEvent.Builder.addAllStats(Iterable<? extends Xplane.XStat> values) XStats associated with the event.Xplane.XEventMetadata.Builder.addAllStats(Iterable<? extends Xplane.XStat> values) XStats that are constant for all XEvents with the same metadata_id.Xplane.XPlane.Builder.addAllStats(Iterable<? extends Xplane.XStat> values) XStats associated with this plane, e.g. device capabilities.