パブリック最終クラスXStMetadata
Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. Next ID: 4
tensorflow.profiler.XStatMetadata
ネストされたクラス
クラス | XStMetadata.Builder | Metadata for an XStat, corresponds to a stat type and is shared by all XStats with the same metadata_id. |
定数
整数 | DESCRIPTION_FIELD_NUMBER | |
整数 | ID_FIELD_NUMBER | |
整数 | NAME_FIELD_NUMBER |
パブリックメソッド
ブール値 | 等しい(オブジェクトオブジェクト) |
静的XStMetadata | |
XStatメタデータ | |
弦 | get説明() Description of the stat (might be long). |
com.google.protobuf.ByteString | getDescriptionBytes () Description of the stat (might be long). |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
長さ | getId () XPlane.stat_metadata map key. |
弦 | getName () Name of the stat (should be short). |
com.google.protobuf.ByteString | getNameBytes () Name of the stat (should be short). |
整数 | |
最終的な com.google.protobuf.UnknownFieldSet | |
整数 | ハッシュコード() |
最終ブール値 | |
静的XStatMetadata.Builder | newBuilder ( XStatMetadataプロトタイプ) |
静的XStatMetadata.Builder | newBuilder () |
XStMetadata.Builder | |
静的XStMetadata | parseDelimitedFrom (InputStream 入力) |
静的XStMetadata | parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStMetadata | parseFrom (ByteBuffer データ) |
静的XStMetadata | parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStMetadata | parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStMetadata | parseFrom (com.google.protobuf.CodedInputStream 入力) |
静的XStMetadata | parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStMetadata | parseFrom (com.google.protobuf.ByteString データ) |
静的XStMetadata | parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的XStMetadata | parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
静的 | パーサー() |
XStMetadata.Builder | toビルダー() |
空所 | writeTo (com.google.protobuf.CodedOutputStream 出力) |
継承されたメソッド
定数
パブリック静的最終整数DESCRIPTION_FIELD_NUMBER
定数値: 3
パブリック静的最終整数ID_FIELD_NUMBER
定数値: 1
パブリック静的最終整数NAME_FIELD_NUMBER
定数値: 2
パブリックメソッド
public booleanに等しい(オブジェクト obj)
public String 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 static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public long getId ()
XPlane.stat_metadata map key.
int64 id = 1;
パブリック String getName ()
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 ()
Name of the stat (should be short). Two XStatMetadata with different id should have different names.
string name = 2;
公共 getParserForType ()
public int getSerializedSize ()
public Final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
パブリック最終ブール値isInitialized ()
public static XStMetadata parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static XStatMetadata parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static XStatMetadata parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static XStMetadata parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
public static XStMetadata parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public static XStatMetadata parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
無効なプロトコルバッファ例外 |
---|
パブリック静的 パーサー()
public void writeTo (com.google.protobuf.CodedOutputStream 出力)
投げる
IO例外 |
---|