Uses of Interface
org.tensorflow.proto.profiler.Xplane.XStatOrBuilder
Packages that use Xplane.XStatOrBuilder
-
Uses of Xplane.XStatOrBuilder in org.tensorflow.proto.profiler
Classes in org.tensorflow.proto.profiler that implement Xplane.XStatOrBuilderModifier and TypeClassDescriptionstatic final classAn XStat is a named value associated with an XEvent, e.g., a performance counter value, a metric computed by a formula applied over nested XEvents and XStats.static final classAn XStat is a named value associated with an XEvent, e.g., a performance counter value, a metric computed by a formula applied over nested XEvents and XStats.Methods in org.tensorflow.proto.profiler that return Xplane.XStatOrBuilderModifier and TypeMethodDescriptionXplane.XEvent.Builder.getStatsOrBuilder(int index) XStats associated with the event.Xplane.XEvent.getStatsOrBuilder(int index) XStats associated with the event.Xplane.XEventMetadata.Builder.getStatsOrBuilder(int index) XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadata.getStatsOrBuilder(int index) XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadataOrBuilder.getStatsOrBuilder(int index) XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventOrBuilder.getStatsOrBuilder(int index) XStats associated with the event.Xplane.XPlane.Builder.getStatsOrBuilder(int index) XStats associated with this plane, e.g. device capabilities.Xplane.XPlane.getStatsOrBuilder(int index) XStats associated with this plane, e.g. device capabilities.Xplane.XPlaneOrBuilder.getStatsOrBuilder(int index) XStats associated with this plane, e.g. device capabilities.Methods in org.tensorflow.proto.profiler that return types with arguments of type Xplane.XStatOrBuilderModifier and TypeMethodDescriptionList<? extends Xplane.XStatOrBuilder> Xplane.XEvent.Builder.getStatsOrBuilderList()XStats associated with the event.List<? extends Xplane.XStatOrBuilder> Xplane.XEvent.getStatsOrBuilderList()XStats associated with the event.List<? extends Xplane.XStatOrBuilder> Xplane.XEventMetadata.Builder.getStatsOrBuilderList()XStats that are constant for all XEvents with the same metadata_id.List<? extends Xplane.XStatOrBuilder> Xplane.XEventMetadata.getStatsOrBuilderList()XStats that are constant for all XEvents with the same metadata_id.List<? extends Xplane.XStatOrBuilder> Xplane.XEventMetadataOrBuilder.getStatsOrBuilderList()XStats that are constant for all XEvents with the same metadata_id.List<? extends Xplane.XStatOrBuilder> Xplane.XEventOrBuilder.getStatsOrBuilderList()XStats associated with the event.List<? extends Xplane.XStatOrBuilder> Xplane.XPlane.Builder.getStatsOrBuilderList()XStats associated with this plane, e.g. device capabilities.List<? extends Xplane.XStatOrBuilder> Xplane.XPlane.getStatsOrBuilderList()XStats associated with this plane, e.g. device capabilities.List<? extends Xplane.XStatOrBuilder> Xplane.XPlaneOrBuilder.getStatsOrBuilderList()XStats associated with this plane, e.g. device capabilities.