Uses of Class
org.tensorflow.proto.profiler.Xplane.XStatMetadata.Builder
Packages that use Xplane.XStatMetadata.Builder
-
Uses of Xplane.XStatMetadata.Builder in org.tensorflow.proto.profiler
Subclasses with type arguments of type Xplane.XStatMetadata.Builder in org.tensorflow.proto.profilerModifier and TypeClassDescriptionstatic final classMetadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id.Methods in org.tensorflow.proto.profiler that return Xplane.XStatMetadata.BuilderModifier and TypeMethodDescriptionXplane.XStatMetadata.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) Xplane.XStatMetadata.Builder.clear()Xplane.XStatMetadata.Builder.clearDescription()Description of the stat (might be long).Xplane.XStatMetadata.Builder.clearField(Descriptors.FieldDescriptor field) Xplane.XStatMetadata.Builder.clearId()XPlane.stat_metadata map key.Xplane.XStatMetadata.Builder.clearName()Name of the stat (should be short).Xplane.XStatMetadata.Builder.clearOneof(Descriptors.OneofDescriptor oneof) Xplane.XStatMetadata.Builder.clone()Xplane.XStatMetadata.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Xplane.XStatMetadata.Builder.mergeFrom(Xplane.XStatMetadata other) Xplane.XStatMetadata.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static Xplane.XStatMetadata.BuilderXplane.XStatMetadata.newBuilder()static Xplane.XStatMetadata.BuilderXplane.XStatMetadata.newBuilder(Xplane.XStatMetadata prototype) Xplane.XStatMetadata.newBuilderForType()protected Xplane.XStatMetadata.BuilderXplane.XStatMetadata.newBuilderForType(GeneratedMessageV3.BuilderParent parent) Xplane.XStatMetadata.Builder.setDescription(String value) Description of the stat (might be long).Xplane.XStatMetadata.Builder.setDescriptionBytes(ByteString value) Description of the stat (might be long).Xplane.XStatMetadata.Builder.setField(Descriptors.FieldDescriptor field, Object value) Xplane.XStatMetadata.Builder.setId(long value) XPlane.stat_metadata map key.Name of the stat (should be short).Xplane.XStatMetadata.Builder.setNameBytes(ByteString value) Name of the stat (should be short).Xplane.XStatMetadata.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) Xplane.XStatMetadata.Builder.setUnknownFields(UnknownFieldSet unknownFields) Xplane.XStatMetadata.toBuilder()