XPlane

パブリック最終クラスXPlane

 An XPlane is a container of parallel timelines (XLines), generated by a
 profiling source or by post-processing one or more XPlanes.
 Next ID: 7
 
Protobuf 型tensorflow.profiler.XPlane

ネストされたクラス

クラスXPlane.Builder
 An XPlane is a container of parallel timelines (XLines), generated by a
 profiling source or by post-processing one or more XPlanes. 

定数

整数EVENT_METADATA_FIELD_NUMBER
整数ID_FIELD_NUMBER
整数LINES_FIELD_NUMBER
整数NAME_FIELD_NUMBER
整数STATS_FIELD_NUMBER
整数STAT_METADATA_FIELD_NUMBER

パブリックメソッド

ブール値
containsEventMetadata (長いキー)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
ブール値
containsStatMetadata (長いキー)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
ブール値
等しい(オブジェクトオブジェクト)
静的XPlane
XPlane
最終的な静的 com.google.protobuf.Descriptors.Descriptor
Map<Long, XEventMetadata >
getイベントメタデータ()
代わりにgetEventMetadataMap()を使用してください。
整数
getEventMetadataCount ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
Map<Long, XEventMetadata >
getEventMetadataMap ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
Xイベントメタデータ
getEventMetadataOrDefault (長いキー、 XEventMetadata defaultValue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
Xイベントメタデータ
getEventMetadataOrThrow (長いキー)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
長さ
getId ()
int64 id = 1;
Xライン
getLines (int インデックス)
 Parallel timelines grouped in this plane.
整数
getLinesCount ()
 Parallel timelines grouped in this plane.
リスト<XLline>
getLinesList ()
 Parallel timelines grouped in this plane.
XLineOrBuilder
getLinesOrBuilder (int インデックス)
 Parallel timelines grouped in this plane.
リスト<? XLineOrBuilderを拡張する >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
getName ()
 Name of this line.
com.google.protobuf.ByteString
getNameBytes ()
 Name of this line.
整数
Map<Long, XStatMetadata >
getStatMetadata ()
代わりにgetStatMetadataMap()を使用してください。
整数
getStatMetadataCount ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
Map<Long, XStatMetadata >
getStatMetadataMap ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStatメタデータ
getStatMetadataOrDefault (長いキー、 XStatMetadataのdefaultValue)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStatメタデータ
getStatMetadataOrThrow (長いキー)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStat
getStats (int インデックス)
 XStats associated with this plane, e.g.
整数
getStatsCount ()
 XStats associated with this plane, e.g.
リスト<XStat>
getStatsList ()
 XStats associated with this plane, e.g.
XStatOrBuilder
getStatsOrBuilder (int インデックス)
 XStats associated with this plane, e.g.
リスト<? XStOrBuilderを拡張 >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.
最終的な com.google.protobuf.UnknownFieldSet
整数
最終ブール値
静的XPlane.Builder
静的XPlane.Builder
newBuilder ( XPlaneプロトタイプ)
XPlane.Builder
静的XPlane
parseDelimitedFrom (InputStream 入力)
静的XPlane
parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XPlane
parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XPlane
parseFrom (com.google.protobuf.CodedInputStream 入力)
静的XPlane
parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XPlane
parseFrom (ByteBuffer データ)
静的XPlane
parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XPlane
parseFrom (com.google.protobuf.ByteString データ)
静的XPlane
parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的XPlane
parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
静的
XPlane.Builder
空所
writeTo (com.google.protobuf.CodedOutputStream 出力)

継承されたメソッド

定数

パブリック静的最終整数EVENT_METADATA_FIELD_NUMBER

定数値: 4

パブリック静的最終整数ID_FIELD_NUMBER

定数値: 1

パブリック静的最終整数LINES_FIELD_NUMBER

定数値: 3

パブリック静的最終整数NAME_FIELD_NUMBER

定数値: 2

パブリック静的最終整数STATS_FIELD_NUMBER

定数値: 6

パブリック静的最終整数STAT_METADATA_FIELD_NUMBER

定数値: 5

パブリックメソッド

public boolean containsEventMetadata (長いキー)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

public boolean containsStatMetadata (長いキー)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

public booleanに等しい(オブジェクト obj)

パブリック静的XPlane getDefaultInstance ()

public XPlane getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public Map<Long, XEventMetadata > getEventMetadata ()

代わりにgetEventMetadataMap()を使用してください。

public int getEventMetadataCount ()

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

public Map<Long, XEventMetadata > getEventMetadataMap ()

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

public XEventMetadata getEventMetadataOrDefault (長いキー、 XEventMetadata defaultValue)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

public XEventMetadata getEventMetadataOrThrow (ロングキー)

 XEventMetadata map, each entry uses the XEventMetadata.id as key. This map
 should be used for events that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XEventMetadata> event_metadata = 4;

public long getId ()

int64 id = 1;

public XLine getLines (int インデックス)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

public int getLinesCount ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

public List< XLine > getLinesList ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

public XLineOrBuilder getLinesOrBuilder (int インデックス)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

公開リスト<? extends XLineOrBuilder > getLinesOrBuilderList ()

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

public String getName ()

 Name of this line.
 
string name = 2;

public com.google.protobuf.ByteString getNameBytes ()

 Name of this line.
 
string name = 2;

公共getParserForType ()

public int getSerializedSize ()

public Map<Long, XStatMetadata > getStatMetadata ()

代わりにgetStatMetadataMap()を使用してください。

public int getStatMetadataCount ()

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

public Map<Long, XStatMetadata > getStatMetadataMap ()

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

public XStMetadata getStatMetadataOrDefault (長いキー、 XStatMetadata defaultValue)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

public XStMetadata getStatMetadataOrThrow (長いキー)

 XStatMetadata map, each entry uses the XStatMetadata.id as key. This map
 should be used for stats that share the same ID over the whole XPlane.
 
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;

public XSt getStats (int インデックス)

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

public int getStatsCount ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

public List< XStat > getStatsList ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

public XStOrBuilder getStatsOrBuilder (int インデックス)

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

公開リスト<? extends XStOrBuilder > getStatsOrBuilderList ()

 XStats associated with this plane, e.g. device capabilities.
 Each of these XStats should have a different metadata_id.
 
repeated .tensorflow.profiler.XStat stats = 6;

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

public int hashCode ()

パブリック最終ブール値isInitialized ()

public static XPlane.Builder newBuilder ()

public static XPlane.Builder newBuilder ( XPlaneプロトタイプ)

public XPlane.Builder newBuilderForType ()

public static XPlane parseDelimitedFrom (InputStream 入力)

投げる
IO例外

public static XPlane parseDelimitedFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static XPlane parseFrom (ByteBuffer データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static XPlane parseFrom (com.google.protobuf.CodedInputStream 入力)

投げる
IO例外

public static XPlane parseFrom (byte[] データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

public static XPlane parseFrom (ByteBuffer データ)

投げる
無効なプロトコルバッファ例外

public static XPlane parseFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static XPlane parseFrom (com.google.protobuf.ByteString データ)

投げる
無効なプロトコルバッファ例外

public static XPlane parseFrom (InputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public static XPlane parseFrom (com.google.protobuf.ByteString データ、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
無効なプロトコルバッファ例外

パブリック静的パーサー()

public XPlane.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream 出力)

投げる
IO例外