clase final pública XStatMetadata
Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. Next ID: 4Protobuf tipo
tensorflow.profiler.XStatMetadata Clases anidadas
| clase | XStatMetadata.Builder | Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. | |
Constantes
| En t | DESCRIPTION_FIELD_NUMBER | |
| En t | ID_FIELD_NUMBER | |
| En t | NAME_FIELD_NUMBER |
Métodos públicos
| booleano | es igual a (Objeto obj) |
| XStatMetadata estático | |
| XStatMetadata | |
| Cuerda | getDescription () Description of the stat (might be long). |
| com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| largo | getId () XPlane.stat_metadata map key. |
| Cuerda | getName () Name of the stat (should be short). |
| com.google.protobuf.ByteString | getNameBytes () Name of the stat (should be short). |
| En t | |
| final com.google.protobuf.UnknownFieldSet | |
| En t | hashCode () |
| booleano final | |
| XStatMetadata.Builder estático | newBuilder (prototipo XStatMetadata ) |
| XStatMetadata.Builder estático | newBuilder () |
| XStatMetadata.Builder | |
| XStatMetadata estático | parseDelimitedFrom (entrada InputStream) |
| XStatMetadata estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (datos ByteBuffer) |
| XStatMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| XStatMetadata estático | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (datos com.google.protobuf.ByteString) |
| XStatMetadata estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| XStatMetadata estático | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| estático | analizador () |
| XStatMetadata.Builder | toBuilder () |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int DESCRIPTION_FIELD_NUMBER
Valor constante: 3
public static final int ID_FIELD_NUMBER
Valor constante: 1
public static final int NAME_FIELD_NUMBER
Valor constante: 2
Métodos públicos
public boolean es igual a (Object obj)
public String getDescription ()
Description of the stat (might be long).
string description = 3;public com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3;público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public long getId ()
XPlane.stat_metadata map key.
int64 id = 1;public String getName ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;public com.google.protobuf.ByteString getNameBytes ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2; público getParserForType ()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
público estático XStatMetadata parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
público estático XStatMetadata parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
público estático XStatMetadata parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático XStatMetadata parseFrom (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOException |
|---|
público estático XStatMetadata parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático XStatMetadata parseFrom (datos de com.google.protobuf.ByteString)
Lanza
| InvalidProtocolBufferException |
|---|
público estático XStatMetadata parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
público estático XStatMetadata parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| InvalidProtocolBufferException |
|---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOException |
|---|