publiczna klasa końcowa 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
Klasy zagnieżdżone
klasa | XPlane.Builder | An XPlane is a container of parallel timelines (XLines), generated by a profiling source or by post-processing one or more XPlanes. |
Stałe
wew | EVENT_METADATA_FIELD_NUMBER | |
wew | ID_FIELD_NUMBER | |
wew | LINES_FIELD_NUMBER | |
wew | NAME_FIELD_NUMBER | |
wew | STATS_FIELD_NUMBER | |
wew | STAT_METADATA_FIELD_NUMBER |
Metody publiczne
wartość logiczna | zawieraEventMetadata (długi klucz) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
wartość logiczna | zawieraStatMetadata (długi klucz) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
wartość logiczna | równa się (obiekt obiektu) |
statyczny XPlane | |
XPlane | |
końcowy statyczny com.google.protobuf.Descriptors.Descriptor | |
Mapa<Long, XEventMetadata > | pobierzEventMetadata () Zamiast tego użyj getEventMetadataMap() . |
wew | getEventMetadataCount () XEventMetadata map, each entry uses the XEventMetadata.id as key. |
Mapa<Long, XEventMetadata > | getEventMetadataMap () XEventMetadata map, each entry uses the XEventMetadata.id as key. |
XEventMetadane | getEventMetadataOrDefault (długi klucz, XEventMetadata defaultValue) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
XEventMetadata | getEventMetadataOrThrow (długi klawisz) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
długi | pobierzId () int64 id = 1; |
Xlinia | getLines (indeks int) Parallel timelines grouped in this plane. |
wew | getLinesCount () Parallel timelines grouped in this plane. |
Lista <XLine> | getLinesList () Parallel timelines grouped in this plane. |
XLineOrBuilder | getLinesOrBuilder (indeks int) Parallel timelines grouped in this plane. |
Lista<? rozszerza XLineOrBuilder > | getLinesOrBuilderList () Parallel timelines grouped in this plane. |
Smyczkowy | pobierz nazwę () Name of this line. |
com.google.protobuf.ByteString | getNameBytes () Name of this line. |
wew | |
Mapa<Long, XStatMetadata > | getStatMetadata () Zamiast tego użyj funkcji getStatMetadataMap() . |
wew | getStatMetadataCount () XStatMetadata map, each entry uses the XStatMetadata.id as key. |
Mapa<Long, XStatMetadata > | getStatMetadataMap () XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStatMetadane | getStatMetadataOrDefault (długi klucz, XStatMetadata defaultValue) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStatMetadata | getStatMetadataOrThrow (długi klawisz) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
Xstat | getStats (indeks int) XStats associated with this plane, e.g. |
wew | getStatsCount () XStats associated with this plane, e.g. |
Lista <XStat> | getStatsList () XStats associated with this plane, e.g. |
XStatOrBuilder | getStatsOrBuilder (indeks int) XStats associated with this plane, e.g. |
Lista<? rozszerza XStatOrBuilder > | getStatsOrBuilderList () XStats associated with this plane, e.g. |
końcowy com.google.protobuf.UnknownFieldSet | |
wew | hashCode () |
końcowa wartość logiczna | |
statyczny XPlane.Builder | nowyBuilder () |
statyczny XPlane.Builder | newBuilder (prototyp XPlane ) |
XPlane.Builder | |
statyczny XPlane | parseDelimitedFrom (wejście strumienia wejściowego) |
statyczny XPlane | parseDelimitedFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny XPlane | parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny XPlane | parseFrom (wejście com.google.protobuf.CodedInputStream) |
statyczny XPlane | parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry) |
statyczny XPlane | parseFrom (dane ByteBuffer) |
statyczny XPlane | parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny XPlane | parseFrom (dane com.google.protobuf.ByteString) |
statyczny XPlane | parseFrom (dane wejścioweInputStream, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny XPlane | parseFrom (dane com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
statyczny | parser () |
XPlane.Builder | |
próżnia | writeTo (wyjście com.google.protobuf.CodedOutputStream) |
Metody dziedziczone
Stałe
publiczny statyczny końcowy int EVENT_METADATA_FIELD_NUMBER
Wartość stała: 4
publiczny statyczny końcowy int ID_FIELD_NUMBER
Wartość stała: 1
publiczny statyczny końcowy int LINES_FIELD_NUMBER
Wartość stała: 3
publiczny statyczny końcowy int NAME_FIELD_NUMBER
Wartość stała: 2
publiczny statyczny końcowy int STATS_FIELD_NUMBER
Wartość stała: 6
publiczny statyczny końcowy int STAT_METADATA_FIELD_NUMBER
Wartość stała: 5
Metody publiczne
publiczna wartość logiczna zawieraEventMetadata (długi klucz)
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;
publiczna wartość logiczna zawieraStatMetadata (długi klucz)
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;
publiczna wartość logiczna równa się (obiekt obiektu)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
publiczny 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 (długi klucz, 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 (długi klawisz)
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;
publiczny długi getId ()
int64 id = 1;
publiczna XLine getLines (indeks int)
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;
publiczny 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 (indeks int)
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;
lista publiczna<? rozszerza 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;
publiczny getParserForType ()
publiczny int getSerializedSize ()
public Map<Long, XStatMetadata > getStatMetadata ()
Zamiast tego użyj funkcji getStatMetadataMap()
.
publiczny 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;
publiczny XStatMetadata getStatMetadataOrDefault (długi klucz, 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;
publiczna XStatMetadata getStatMetadataOrThrow (długi klawisz)
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;
publiczny XStat getStats (indeks 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;
publiczny 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;
lista publiczna <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;
publiczny XStatOrBuilder getStatsOrBuilder (indeks 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;
lista publiczna<? rozszerza 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;
publiczny finał com.google.protobuf.UnknownFieldSet getUnknownFields ()
publiczny int hashCode ()
publiczna końcowa wartość logiczna isInitialized ()
publiczny statyczny XPlane parseDelimitedFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny XPlane parseFrom (dane ByteBuffer, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny XPlane parseFrom (wejście com.google.protobuf.CodedInputStream)
Rzuca
Wyjątek IO |
---|
publiczny statyczny XPlane parseFrom (bajt [] dane, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny XPlane parseFrom (dane ByteBuffer)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny XPlane parseFrom (wejście com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny XPlane parseFrom (dane com.google.protobuf.ByteString)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczny statyczny XPlane parseFrom (dane wejściowe wejściowe, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
Rzuca
Wyjątek IO |
---|
publiczny statyczny XPlane parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite rozszerzenieRegistry)
Rzuca
Nieprawidłowy wyjątekProtocolBufferException |
---|
publiczna statyka parser ()
public void writeTo (wyjście com.google.protobuf.CodedOutputStream)
Rzuca
Wyjątek IO |
---|