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.clear()Xplane.XStatMetadata.Builder.clearDescription()Description of the stat (might be long).Xplane.XStatMetadata.Builder.clearId()XPlane.stat_metadata map key.Xplane.XStatMetadata.Builder.clearName()Name of the stat (should be short).Xplane.XStatMetadata.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) Xplane.XStatMetadata.Builder.mergeFrom(Xplane.XStatMetadata other) static Xplane.XStatMetadata.BuilderXplane.XStatMetadata.newBuilder()static Xplane.XStatMetadata.BuilderXplane.XStatMetadata.newBuilder(Xplane.XStatMetadata prototype) Xplane.XStatMetadata.newBuilderForType()protected Xplane.XStatMetadata.BuilderXplane.XStatMetadata.newBuilderForType(AbstractMessage.BuilderParent parent) Xplane.XPlane.Builder.putStatMetadataBuilderIfAbsent(long key) XStatMetadata map, each entry uses the XStatMetadata.id as key.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.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.toBuilder()