classe 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: 4
tensorflow.profiler.XStatMetadata
Classes aninhadas
aula | XStatMetadata.Builder | Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. |
Constantes
interno | DESCRIPTION_FIELD_NUMBER | |
interno | ID_FIELD_NUMBER | |
interno | NAME_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
XStatMetadata estático | |
XStatMetadata | |
Corda | getDescrição () Description of the stat (might be long). |
com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
final estático com.google.protobuf.Descriptors.Descriptor | |
longo | getId () XPlane.stat_metadata map key. |
Corda | getNome () Name of the stat (should be short). |
com.google.protobuf.ByteString | getNomeBytes () Name of the stat (should be short). |
interno | |
final com.google.protobuf.UnknownFieldSet | |
interno | código hash () |
booleano final | |
XStatMetadata.Builder estático | newBuilder (protótipo XStatMetadata ) |
XStatMetadata.Builder estático | |
XStatMetadata.Builder | |
XStatMetadata estático | parseDelimitedFrom (entrada InputStream) |
XStatMetadata estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XStatMetadata estático | parseFrom (dados de ByteBuffer) |
XStatMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XStatMetadata estático | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XStatMetadata estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
XStatMetadata estático | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XStatMetadata estático | parseFrom (dados com.google.protobuf.ByteString) |
XStatMetadata estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XStatMetadata estático | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
XStatMetadata.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int DESCRIPTION_FIELD_NUMBER
Valor Constante: 3
público estático final int ID_FIELD_NUMBER
Valor Constante: 1
int final estático público NAME_FIELD_NUMBER
Valor Constante: 2
Métodos Públicos
booleano público é igual (Object obj)
String pública getDescrição ()
Description of the stat (might be long).
string description = 3;
público com.google.protobuf.ByteString getDescriptionBytes ()
Description of the stat (might be long).
string description = 3;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público longo getId ()
XPlane.stat_metadata map key.
int64 id = 1;
String pública getNome ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
público 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 ()
público int getSerializedSize ()
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hashCode int público ()
público final booleano isInitialized ()
public static XStatMetadata parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XStatMetadata parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XStatMetadata parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático XStatMetadata parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static XStatMetadata parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
público estático XStatMetadata parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static XStatMetadata parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XStatMetadata parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|