XStat

public final class 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
 
tensorflow.profiler.XStat tipo tensorflow.profiler.XStat

Classes aninhadas

aula 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. 
enum 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_VALOR_FIELD_NUMBER
int UINT64_VALUE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
com.google.protobuf.ByteString
getBytesValue ()
bytes bytes_value = 6;
XStat estático
XStat
final static com.google.protobuf.Descriptors.Descriptor
Duplo
getDoubleValue ()
double double_value = 2;
longo
getInt64Value ()
int64 int64_value = 4;
longo
getMetadataId ()
 XStatMetadata.id of corresponding metadata.
longo
getRefValue ()
 A string value that stored in XStatMetadata::name.
int
Fragmento
getStrValue ()
string str_value = 5;
com.google.protobuf.ByteString
getStrValueBytes ()
string str_value = 5;
longo
getUint64Value ()
uint64 uint64_value = 3;
final com.google.protobuf.UnknownFieldSet
XStat.ValueCase
int
final booleano
static XStat.Builder
static XStat.Builder
newBuilder (protótipo XStat )
XStat.Builder
XStat estático
parseDelimitedFrom (InputStream input)
XStat estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat estático
parseFrom (dados ByteBuffer)
XStat estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat estático
parseFrom (com.google.protobuf.CodedInputStream input)
XStat estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat estático
parseFrom (com.google.protobuf.ByteString data)
XStat estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XStat estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
XStat.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int BYTES_VALUE_FIELD_NUMBER

Valor constante: 6

public static final int DOUBLE_VALUE_FIELD_NUMBER

Valor constante: 2

public static final int INT64_VALUE_FIELD_NUMBER

Valor constante: 4

public static final int METADATA_ID_FIELD_NUMBER

Valor Constante: 1

público estático final int REF_VALUE_FIELD_NUMBER

Valor constante: 7

public static final int STR_VALUE_FIELD_NUMBER

Valor constante: 5

public static final int UINT64_VALUE_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean equals (Object obj)

public com.google.protobuf.ByteString getBytesValue ()

bytes bytes_value = 6;

public static XStat getDefaultInstance ()

public XStat getDefaultInstanceForType ()

public static 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;

público getParserForType ()

public long getRefValue ()

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

public int getSerializedSize ()

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

public int hashCode ()

public final boolean isInitialized ()

public static XStat.Builder newBuilder ()

public static XStat.Builder newBuilder (protótipo XStat )

public XStat.Builder newBuilderForType ()

public static XStat parseDelimitedFrom (InputStream input)

Lança
IOException

public static XStat parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XStat parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static XStat parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XStat parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static XStat parseFrom (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

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

Lança
InvalidProtocolBufferException

public static XStat parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static XStat parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XStat parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public XStat.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException