XStat

classe finale publique XStat

 An XStat is a named value associated with an XEvent, e.g., a performance
 counter value, a metric computed by a formula applied over nested XEvents
 and XStats.
 Next ID: 8
 
Type Protobuf tensorflow.profiler.XStat

Classes imbriquées

classe XStat.Builder
 An XStat is a named value associated with an XEvent, e.g., a performance
 counter value, a metric computed by a formula applied over nested XEvents
 and XStats. 
énumération XStat.ValueCase

Constantes

int BYTES_VALUE_FIELD_NUMBER
int DOUBLE_VALUE_FIELD_NUMBER
int INT64_VALUE_FIELD_NUMBER
int METADATA_ID_FIELD_NUMBER
int REF_VALUE_FIELD_NUMBER
int STR_VALUE_FIELD_NUMBER
int UINT64_VALUE_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
com.google.protobuf.ByteString
getBytesValue ()
bytes bytes_value = 6;
XStat statique
XStat
final statique com.google.protobuf.Descriptors.Descriptor
double
obtenirDoubleValue ()
double double_value = 2;
long
getInt64Value ()
int64 int64_value = 4;
long
getMetadataId ()
 XStatMetadata.id of corresponding metadata.
long
obtenirRefValue ()
 A string value that stored in XStatMetadata::name.
int
Chaîne
getStrValue ()
string str_value = 5;
com.google.protobuf.ByteString
getStrValueBytes ()
string str_value = 5;
long
getUint64Value ()
uint64 uint64_value = 3;
final com.google.protobuf.UnknownFieldSet
XStat.ValueCase
int
booléen final
XStat.Builder statique
XStat.Builder statique
newBuilder (prototype XStat )
XStat.Builder
XStat statique
parseDelimitedFrom (entrée InputStream)
XStat statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat statique
parseFrom (données ByteBuffer)
XStat statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
XStat statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat statique
parseFrom (données com.google.protobuf.ByteString)
XStat statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
XStat.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int BYTES_VALUE_FIELD_NUMBER

Valeur constante : 6

public statique final int DOUBLE_VALUE_FIELD_NUMBER

Valeur constante : 2

public statique final int INT64_VALUE_FIELD_NUMBER

Valeur constante : 4

public statique final int METADATA_ID_FIELD_NUMBER

Valeur constante : 1

public statique final entier REF_VALUE_FIELD_NUMBER

Valeur constante : 7

public statique final int STR_VALUE_FIELD_NUMBER

Valeur constante : 5

public statique final int UINT64_VALUE_FIELD_NUMBER

Valeur constante : 3

Méthodes publiques

public booléen égal (Objet obj)

public com.google.protobuf.ByteString getBytesValue ()

bytes bytes_value = 6;

public statique XStat getDefaultInstance ()

public XStat getDefaultInstanceForType ()

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

public double getDoubleValue ()

double double_value = 2;

public long getInt64Value ()

int64 int64_value = 4;

public long getMetadataId ()

 XStatMetadata.id of corresponding metadata.
 
int64 metadata_id = 1;

publique getParserForType ()

public long getRefValue ()

 A string value that stored in XStatMetadata::name.
 
uint64 ref_value = 7;

public int getSerializedSize ()

chaîne publique getStrValue ()

string str_value = 5;

public com.google.protobuf.ByteString getStrValueBytes ()

string str_value = 5;

public long getUint64Value ()

uint64 uint64_value = 3;

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

public XStat.ValueCase getValueCase ()

code de hachage int public ()

public final booléen isInitialized ()

public statique XStat.Builder newBuilder ()

public statique XStat.Builder newBuilder (prototype XStat )

public XStat.Builder newBuilderForType ()

public statique XStat parseDelimitedFrom (entrée InputStream)

Jetés
IOException

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

Jetés
IOException

public statique XStat parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static XStat parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static XStat parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

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

Jetés
IOException

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

Jetés
InvalidProtocolBufferException

analyse publique statique XStat (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static XStat parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static XStat parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public XStat.Builder toBuilder ()

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

Jetés
IOException