Uses of Class
org.tensorflow.proto.profiler.Xplane.XStat.Builder
Packages that use Xplane.XStat.Builder
-
Uses of Xplane.XStat.Builder in org.tensorflow.proto.profiler
Subclasses with type arguments of type Xplane.XStat.Builder in org.tensorflow.proto.profilerModifier 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.Methods in org.tensorflow.proto.profiler that return Xplane.XStat.BuilderModifier and TypeMethodDescriptionXplane.XStat.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Xplane.XEvent.Builder.addStatsBuilder()XStats associated with the event.Xplane.XEvent.Builder.addStatsBuilder(int index) XStats associated with the event.Xplane.XEventMetadata.Builder.addStatsBuilder()XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadata.Builder.addStatsBuilder(int index) XStats that are constant for all XEvents with the same metadata_id.Xplane.XPlane.Builder.addStatsBuilder()XStats associated with this plane, e.g. device capabilities.Xplane.XPlane.Builder.addStatsBuilder(int index) XStats associated with this plane, e.g. device capabilities.Xplane.XStat.Builder.clear()Xplane.XStat.Builder.clearBytesValue()bytes bytes_value = 6;Xplane.XStat.Builder.clearDoubleValue()double double_value = 2;Xplane.XStat.Builder.clearField(Descriptors.FieldDescriptor field) Xplane.XStat.Builder.clearInt64Value()int64 int64_value = 4;Xplane.XStat.Builder.clearMetadataId()XStatMetadata.id of corresponding metadata.Xplane.XStat.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Xplane.XStat.Builder.clearRefValue()A string value that stored in XStatMetadata::name.Xplane.XStat.Builder.clearStrValue()string str_value = 5;Xplane.XStat.Builder.clearUint64Value()uint64 uint64_value = 3;Xplane.XStat.Builder.clearValue()Xplane.XStat.Builder.clone()Xplane.XEvent.Builder.getStatsBuilder(int index) XStats associated with the event.Xplane.XEventMetadata.Builder.getStatsBuilder(int index) XStats that are constant for all XEvents with the same metadata_id.Xplane.XPlane.Builder.getStatsBuilder(int index) XStats associated with this plane, e.g. device capabilities.Xplane.XStat.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Xplane.XStat.Builder.mergeFrom(Xplane.XStat other) final Xplane.XStat.BuilderXplane.XStat.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Xplane.XStat.BuilderXplane.XStat.newBuilder()static Xplane.XStat.BuilderXplane.XStat.newBuilder(Xplane.XStat prototype) Xplane.XStat.newBuilderForType()protected Xplane.XStat.BuilderXplane.XStat.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Xplane.XStat.Builder.setBytesValue(ByteString value) bytes bytes_value = 6;Xplane.XStat.Builder.setDoubleValue(double value) double double_value = 2;Xplane.XStat.Builder.setField(Descriptors.FieldDescriptor field, Object value) Xplane.XStat.Builder.setInt64Value(long value) int64 int64_value = 4;Xplane.XStat.Builder.setMetadataId(long value) XStatMetadata.id of corresponding metadata.Xplane.XStat.Builder.setRefValue(long value) A string value that stored in XStatMetadata::name.Xplane.XStat.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Xplane.XStat.Builder.setStrValue(String value) string str_value = 5;Xplane.XStat.Builder.setStrValueBytes(ByteString value) string str_value = 5;Xplane.XStat.Builder.setUint64Value(long value) uint64 uint64_value = 3;final Xplane.XStat.BuilderXplane.XStat.Builder.setUnknownFields(UnknownFieldSet unknownFields) Xplane.XStat.toBuilder()Methods in org.tensorflow.proto.profiler that return types with arguments of type Xplane.XStat.BuilderModifier and TypeMethodDescriptionXplane.XEvent.Builder.getStatsBuilderList()XStats associated with the event.Xplane.XEventMetadata.Builder.getStatsBuilderList()XStats that are constant for all XEvents with the same metadata_id.Xplane.XPlane.Builder.getStatsBuilderList()XStats associated with this plane, e.g. device capabilities.Methods in org.tensorflow.proto.profiler with parameters of type Xplane.XStat.BuilderModifier and TypeMethodDescriptionXplane.XEvent.Builder.addStats(int index, Xplane.XStat.Builder builderForValue) XStats associated with the event.Xplane.XEvent.Builder.addStats(Xplane.XStat.Builder builderForValue) XStats associated with the event.Xplane.XEventMetadata.Builder.addStats(int index, Xplane.XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id.Xplane.XEventMetadata.Builder.addStats(Xplane.XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id.Xplane.XPlane.Builder.addStats(int index, Xplane.XStat.Builder builderForValue) XStats associated with this plane, e.g. device capabilities.Xplane.XPlane.Builder.addStats(Xplane.XStat.Builder builderForValue) XStats associated with this plane, e.g. device capabilities.Xplane.XEvent.Builder.setStats(int index, Xplane.XStat.Builder builderForValue) XStats associated with the event.Xplane.XEventMetadata.Builder.setStats(int index, Xplane.XStat.Builder builderForValue) XStats that are constant for all XEvents with the same metadata_id.Xplane.XPlane.Builder.setStats(int index, Xplane.XStat.Builder builderForValue) XStats associated with this plane, e.g. device capabilities.