공개 최종 수업 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
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 |
공개 방법
부울 | containEventMetadata (긴 키) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
부울 | containStatMetadata (긴 키) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
부울 | 같음 (객체 객체) |
정적 XPlane | |
XPlane | |
최종 정적 com.google.protobuf.Descriptors.Descriptor | |
맵<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; |
엑스라인 | 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. |
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 (정수 인덱스) 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. |
최종 com.google.protobuf.UnknownFieldSet | |
정수 | 해시코드 () |
최종 부울 | 초기화됨 () |
정적 XPlane.Builder | 새로운 빌더 () |
정적 XPlane.Builder | newBuilder ( XPlane 프로토타입) |
XPlane.Builder | |
정적 XPlane | parsDelimitedFrom (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 확장Registry) |
정적 XPlane | parsFrom (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 | toBuilder () |
무효의 | writeTo (com.google.protobuf.CodedOutputStream 출력) |
상속된 메서드
상수
공개 정적 최종 int EVENT_METADATA_FIELD_NUMBER
상수값: 4
공개 정적 최종 int ID_FIELD_NUMBER
상수값: 1
공개 정적 최종 정수 LINES_FIELD_NUMBER
상수값: 3
공개 정적 최종 정수 NAME_FIELD_NUMBER
상수값: 2
공개 정적 최종 int STATS_FIELD_NUMBER
상수값: 6
공개 정적 최종 int STAT_METADATA_FIELD_NUMBER
상수값: 5
공개 방법
공개 부울 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;
공개 부울은 (객체 obj) 와 같습니다 .
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 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;
공개 맵<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;
공공의 getParserForType ()
공개 int getSerializedSize ()
공개 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;
공개 맵<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;
공개 최종 com.google.protobuf.UnknownFieldSet getUnknownFields ()
공개 int hashCode ()
공개 최종 부울 isInitialized ()
공개 정적 XPlaneparseDelimitedFrom ( InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 XPlane ParseFrom (ByteBuffer 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 XPlane ParseFrom (byte[] 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 XPlane ParseFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 XPlane ParseFrom (InputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 정적 XPlane ParseFrom (com.google.protobuf.ByteString 데이터, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
잘못된프로토콜버퍼예외 |
---|
공개 정적 파서 ()
공개 무효 writeTo (com.google.protobuf.CodedOutputStream 출력)
던지기
IO예외 |
---|