публичный финальный класс 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 |
Публичные методы
логическое значение | содержитEventMetadata (длинный ключ) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
логическое значение | содержитStatMetadata (длинный ключ) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
логическое значение | равно (Объект obj) |
статический 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. |
XEventМетаданные | getEventMetadataOrDefault (длинный ключ, XEventMetadata defaultValue) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
XEventМетаданные | getEventMetadataOrThrow (длинный ключ) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
длинный | получитьИд () int64 id = 1; |
XLine | getLines (индекс целого числа) Parallel timelines grouped in this plane. |
интервал | getLinesCount () Parallel timelines grouped in this plane. |
Список< XLine > | получитьСписокЛиний () Parallel timelines grouped in this plane. |
XLineOrBuilder | getLinesOrBuilder (индекс целого числа) Parallel timelines grouped in this plane. |
Список <? расширяет XLineOrBuilder > | getLinesOrBuilderList () Parallel timelines grouped in this plane. |
Нить | получитьИмя () 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. |
окончательный com.google.protobuf.UnknownFieldSet | |
интервал | хэш-код () |
последнее логическое значение | |
статический XPlane.Builder | |
статический XPlane.Builder | newBuilder (прототип XPlane ) |
XPlane.Builder | |
статический XPlane | parseDelimitedFrom (входной поток) |
статический 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 (ввод входного потока, 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
общедоступный статический финал int LINES_FIELD_NUMBER
Постоянное значение: 3
общедоступный статический окончательный int NAME_FIELD_NUMBER
Постоянное значение: 2
общедоступный статический окончательный int STATS_FIELD_NUMBER
Постоянное значение: 6
общедоступный статический окончательный int STAT_METADATA_FIELD_NUMBER
Постоянное значение: 5
Публичные методы
общедоступное логическое значение 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;
общедоступное логическое значение 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;
общедоступное логическое значение равно (Object obj)
общедоступный статический окончательный 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;
общедоступный длинный 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;
общедоступный список < 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;
общедоступный список<? расширяет 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;
public com.google.protobuf.ByteString getNameBytes ()
Name of this line.
string name = 2;
общественный getParserForType ()
public int getSerializedSize ()
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 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;
public 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;
public 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;
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;
общедоступный список < 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 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 ()
public int hashCode ()
публичное окончательное логическое значение isInitialized ()
общедоступный статический XPlane parseDelimitedFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
public static XPlane parseFrom (данные ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический XPlane parseFrom (вход com.google.protobuf.CodedInputStream)
Броски
Исключение IO |
---|
общедоступный статический XPlane parseFrom (данные byte[], com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический XPlane parseFrom (данные ByteBuffer)
Броски
Инвалидпротоколбуфферисключение |
---|
public static XPlane parseFrom (вход com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
общедоступный статический XPlane parseFrom (данные com.google.protobuf.ByteString)
Броски
Инвалидпротоколбуфферисключение |
---|
общедоступный статический XPlane parseFrom (ввод InputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Исключение IO |
---|
public static XPlane parseFrom (данные com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Броски
Инвалидпротоколбуфферисключение |
---|
общественный статический парсер ()
public void writeTo (вывод com.google.protobuf.CodedOutputStream)
Броски
Исключение IO |
---|