XStatMetadata

classe finale pubblica XStatMetadata

 Metadata for an XStat, corresponds to a stat type and is shared by all
 XStats with the same metadata_id.
 Next ID: 4
 
Tipo di protocollo tensorflow.profiler.XStatMetadata

Classi nidificate

classe XStatMetadata.Builder
 Metadata for an XStat, corresponds to a stat type and is shared by all
 XStats with the same metadata_id. 

Costanti

int DESCRIZIONE_FIELD_NUMBER
int ID_FIELD_NUMBER
int NOME_CAMPO_NUMERO

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
XStatMetadata statico
XStatMetadata
Corda
getDescrizione ()
 Description of the stat (might be long).
com.google.protobuf.ByteString
getDescrizioneBytes ()
 Description of the stat (might be long).
com.google.protobuf.Descriptors.Descriptor statico finale
lungo
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).
int
finale com.google.protobuf.UnknownFieldSet
int
booleano finale
XStatMetadata.Builder statico
XStatMetadata.Builder statico
XStatMetadata.Builder
XStatMetadata statico
parseDelimitedFrom (input InputStream)
XStatMetadata statico
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStatMetadata statico
parseFrom (dati ByteBuffer)
XStatMetadata statico
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
XStatMetadata statico
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStatMetadata statico
parseFrom (ingresso com.google.protobuf.CodedInputStream)
XStatMetadata statico
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStatMetadata statico
parseFrom (dati com.google.protobuf.ByteString)
XStatMetadata statico
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStatMetadata statico
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
XStatMetadata.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int DESCRIZIONE_FIELD_NUMBER

Valore costante: 3

public static final int ID_FIELD_NUMBER

Valore costante: 1

public static final int NAME_FIELD_NUMBER

Valore costante: 2

Metodi pubblici

booleano pubblico è uguale a (Oggetto obj)

pubblico statico XStatMetadata getDefaultInstance ()

pubblico XStatMetadata getDefaultInstanceForType ()

stringa pubblica getDescription ()

descrizione stringa

 Description of the stat (might be long).
 
string description = 3;

pubblico com.google.protobuf.ByteString getDescriptionBytes ()

descrizione stringa

 Description of the stat (might be long).
 
string description = 3;

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

getId lungo pubblico ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

stringa pubblica getName ()

 Name of the stat (should be short).
 Two XStatMetadata with different id should have different names.
 
string name = 2;

pubblico com.google.protobuf.ByteString getNameBytes ()

 Name of the stat (should be short).
 Two XStatMetadata with different id should have different names.
 
string name = 2;

pubblico getParserForType ()

public int getSerializedSize ()

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final booleano isInitialized ()

pubblico statico XStatMetadata.Builder newBuilder (prototipo XStatMetadata )

pubblico statico XStatMetadata.Builder newBuilder ()

pubblico XStatMetadata.Builder newBuilderForType ()

public static XStatMetadata parseDelimitedFrom (input InputStream)

Lancia
IOException

XStatMetadata pubblico statico parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom XStatMetadata statico pubblico (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

XStatMetadata pubblico statico parseFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

XStatMetadata pubblico statico parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom XStatMetadata statico pubblico (input com.google.protobuf.CodedInputStream)

Lancia
IOException

public static XStatMetadata parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom XStatMetadata statico pubblico (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

XStatMetadata pubblico statico parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

XStatMetadata pubblico statico parseFrom (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

pubblico XStatMetadata.Builder toBuilder ()

public void writeTo (output com.google.protobuf.CodedOutputStream)

Lancia
IOException