공용 인터페이스 XPlaneOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 부울 | containEventMetadata (긴 키) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
추상 부울 | containStatMetadata (긴 키) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
추상 맵<Long, XEventMetadata > | getEventMetadata () 대신 getEventMetadataMap() 사용하세요. |
추상 정수 | getEventMetadataCount () XEventMetadata map, each entry uses the XEventMetadata.id as key. |
추상 맵<Long, XEventMetadata > | getEventMetadataMap () XEventMetadata map, each entry uses the XEventMetadata.id as key. |
추상 XEventMetadata | getEventMetadataOrDefault (긴 키, XEventMetadata defaultValue) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
추상 XEventMetadata | getEventMetadataOrThrow (긴 키) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
추상적인 긴 | getID () int64 id = 1; |
추상 XLine | getLines (정수 인덱스) Parallel timelines grouped in this plane. |
추상 정수 | getLinesCount () Parallel timelines grouped in this plane. |
추상 목록< XLine > | getLinesList () Parallel timelines grouped in this plane. |
추상 XLineOrBuilder | getLinesOrBuilder (정수 인덱스) 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. |
추상 맵<Long, XStatMetadata > | getStatMetadata () 대신 getStatMetadataMap() 사용하세요. |
추상 정수 | getStatMetadataCount () XStatMetadata map, each entry uses the XStatMetadata.id as key. |
추상 맵<Long, XStatMetadata > | getStatMetadataMap () XStatMetadata map, each entry uses the XStatMetadata.id as key. |
추상 XStatMetadata | getStatMetadataOrDefault (긴 키, XStatMetadata defaultValue) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
추상 XStatMetadata | getStatMetadataOrThrow (긴 키) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
추상 XStat | getStats (정수 인덱스) 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 (정수 인덱스) XStats associated with this plane, e.g. |
추상 목록<? XStatOrBuilder 확장 > | getStatsOrBuilderList () XStats associated with this plane, e.g. |
공개 방법
공개 추상 부울 containEventMetadata (긴 키)
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;
공개 추상 부울 containStatMetadata (긴 키)
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;
공개 추상 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;
공개 추상 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;
공개 추상 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;
공개 추상 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;
공개 추상 긴 getId ()
int64 id = 1;
공개 추상 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;
공개 추상 int getLinesCount ()
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;
공개 추상 목록< XLine > getLinesList ()
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;
공개 추상 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;
공개 요약 목록<? XLineOrBuilder > getLinesOrBuilderList () 확장
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;
공개 추상 문자열 getName ()
Name of this line.
string name = 2;
공개 추상 com.google.protobuf.ByteString getNameBytes ()
Name of this line.
string name = 2;
공개 추상 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;
공개 추상 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;
공개 추상 XStatMetadata 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;
공개 추상 XStatMetadata 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;
공개 추상 XStat 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;
공개 추상 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;
공개 추상 목록< 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;
공개 추상 XStatOrBuilder 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;
공개 요약 목록<? XStatOrBuilder > 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;