パブリック最終クラス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
ネストされたクラス
クラス | 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. | |
列挙型 | XStat.ValueCase |
定数
整数 | BYTES_VALUE_FIELD_NUMBER | |
整数 | DOUBLE_VALUE_FIELD_NUMBER | |
整数 | INT64_VALUE_FIELD_NUMBER | |
整数 | METADATA_ID_FIELD_NUMBER | |
整数 | REF_VALUE_FIELD_NUMBER | |
整数 | STR_VALUE_FIELD_NUMBER | |
整数 | UINT64_VALUE_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
com.google.protobuf.ByteString | getBytesValue () bytes bytes_value = 6; |
静的XStat | |
XStat | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
ダブル | getDoubleValue () double double_value = 2; |
長さ | getInt64Value () int64 int64_value = 4; |
長さ | getMetadataId () XStatMetadata.id of corresponding metadata. |
長さ | getRefValue () A string value that stored in XStatMetadata::name. |
整数 | |
弦 | getStrValue () string str_value = 5; |
com.google.protobuf.ByteString | getStrValueBytes () string str_value = 5; |
長さ | getUint64Value () uint64 uint64_value = 3; |
最終的な com.google.protobuf.UnknownFieldSet | |
XStat.ValueCase | getValueCase () |
整数 | ハッシュコード() |
最終ブール値 | |
静的XStat.Builder | newBuilder () |
静的XStat.Builder | newBuilder ( XStatプロトタイプ) |
XStat.Builder | |
静的XStat | parseDelimitedFrom (InputStream 入力) |
静的XStat | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStat | parseFrom (ByteBuffer データ) |
静的XStat | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStat | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStat | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的XStat | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStat | parseFrom (com.google.protobuf.ByteString データ) |
静的XStat | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStat | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
XStat.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数BYTES_VALUE_FIELD_NUMBER
定数値: 6
パブリック静的最終整数DOUBLE_VALUE_FIELD_NUMBER
定数値: 2
パブリック静的最終整数INT64_VALUE_FIELD_NUMBER
定数値: 4
public static Final int METADATA_ID_FIELD_NUMBER
定数値: 1
パブリック静的最終整数REF_VALUE_FIELD_NUMBER
定数値: 7
パブリック静的最終整数STR_VALUE_FIELD_NUMBER
定数値: 5
パブリック静的最終整数UINT64_VALUE_FIELD_NUMBER
定数値: 3
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public com.google.protobuf.ByteString getBytesValue ()
bytes bytes_value = 6;
public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
パブリックダブルgetDoubleValue ()
double double_value = 2;
public long getInt64Value ()
int64 int64_value = 4;
public long getMetadataId ()
XStatMetadata.id of corresponding metadata.
int64 metadata_id = 1;
公共 getParserForType ()
public long getRefValue ()
A string value that stored in XStatMetadata::name.
uint64 ref_value = 7;
public int getSerializedSize ()
パブリック 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 int hashCode ()
パブリック最終ブール値isInitialized ()
public static XStat parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static XStat parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static XStat parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static XStat parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static XStat parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static XStat parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|