XStatMetadata

classe finale publique XStatMetadata

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

Classes imbriquées

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

Constantes

int DESCRIPTION_FIELD_NUMBER
int ID_FIELD_NUMBER
int NAME_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
métadonnées XStat statiques
XStatMétadonnées
Chaîne
obtenirDescription ()
 Description of the stat (might be long).
com.google.protobuf.ByteString
getDescriptionBytes ()
 Description of the stat (might be long).
final statique com.google.protobuf.Descriptors.Descriptor
long
getId ()
 XPlane.stat_metadata map key.
Chaîne
obtenirNom ()
 Name of the stat (should be short).
com.google.protobuf.ByteString
getNameBytes ()
 Name of the stat (should be short).
int
final com.google.protobuf.UnknownFieldSet
int
booléen final
statique XStatMetadata.Builder
statique XStatMetadata.Builder
XStatMetadata.Builder
métadonnées XStat statiques
parseDelimitedFrom (entrée InputStream)
métadonnées XStat statiques
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
métadonnées XStat statiques
parseFrom (données ByteBuffer)
métadonnées XStat statiques
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
métadonnées XStat statiques
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
métadonnées XStat statiques
parseFrom (entrée com.google.protobuf.CodedInputStream)
métadonnées XStat statiques
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
métadonnées XStat statiques
parseFrom (données com.google.protobuf.ByteString)
métadonnées XStat statiques
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
métadonnées XStat statiques
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
XStatMetadata.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int DESCRIPTION_FIELD_NUMBER

Valeur constante : 3

public statique final entier ID_FIELD_NUMBER

Valeur constante : 1

public statique final entier NAME_FIELD_NUMBER

Valeur constante : 2

Méthodes publiques

public booléen égal (Objet obj)

public statique XStatMetadata getDefaultInstance ()

public XStatMetadata getDefaultInstanceForType ()

chaîne publique 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;

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

public long getId ()

 XPlane.stat_metadata map key.
 
int64 id = 1;

chaîne publique getName ()

nom de chaîne

 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 ()

nom de chaîne

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

publique getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

code de hachage int public ()

public final booléen isInitialized ()

public statique XStatMetadata.Builder newBuilder (prototype XStatMetadata )

public statique XStatMetadata.Builder newBuilder ()

public XStatMetadata.Builder newBuilderForType ()

public statique XStatMetadata parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public statique XStatMetadata parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique XStatMetadata parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public statique XStatMetadata parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique XStatMetadata parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique XStatMetadata parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public statique XStatMetadata parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique XStatMetadata parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public statique XStatMetadata parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique XStatMetadata parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public XStatMetadata.Builder toBuilder ()

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

Jetés
IOException