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
tipo tensorflow.profiler.XPlane
Classes aninhadas
aula | XPlane.Builder | An XPlane is a container of parallel timelines (XLines), generated by a profiling source or by post-processing one or more XPlanes. |
Constantes
int | EVENT_METADATA_FIELD_NUMBER | |
int | ID_FIELD_NUMBER | |
int | LINES_FIELD_NUMBER | |
int | NAME_FIELD_NUMBER | |
int | STATS_FIELD_NUMBER | |
int | STAT_METADATA_FIELD_NUMBER |
Métodos Públicos
boleano | containsEventMetadata (chave longa) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
boleano | containsStatMetadata (chave longa) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
boleano | igual a (objeto obj) |
XPlane estático | |
XPlane | |
final static com.google.protobuf.Descriptors.Descriptor | |
Map <Long, XEventMetadata > | getEventMetadata () getEventMetadataMap() vez disso, use getEventMetadataMap() . |
int | 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. |
XEventMetadata | getEventMetadataOrDefault (long key, XEventMetadata defaultValue) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
XEventMetadata | getEventMetadataOrThrow (chave longa) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
longo | getId () int64 id = 1; |
XLine | |
int | getLinesCount () Parallel timelines grouped in this plane. |
Lista < XLine > | getLinesList () Parallel timelines grouped in this plane. |
XLineOrBuilder | |
Lista <? estende XLineOrBuilder > | getLinesOrBuilderList () Parallel timelines grouped in this plane. |
Fragmento | getName () Name of this line. |
com.google.protobuf.ByteString | getNameBytes () Name of this line. |
int | |
Map <Long, XStatMetadata > | getStatMetadata () getStatMetadataMap() vez disso, use getStatMetadataMap() . |
int | 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. |
XStatMetadata | getStatMetadataOrDefault (long key, XStatMetadata defaultValue) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStatMetadata | getStatMetadataOrThrow (chave longa) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStat | getStats (índice int) XStats associated with this plane, e.g. |
int | getStatsCount () XStats associated with this plane, e.g. |
Lista < XStat > | getStatsList () XStats associated with this plane, e.g. |
XStatOrBuilder | |
Lista <? estende XStatOrBuilder > | getStatsOrBuilderList () XStats associated with this plane, e.g. |
final com.google.protobuf.UnknownFieldSet | |
int | hashCode () |
final booleano | |
XPlane.Builder estático | newBuilder () |
XPlane.Builder estático | newBuilder (protótipo XPlane ) |
XPlane.Builder | |
XPlane estático | parseDelimitedFrom (input InputStream) |
XPlane estático | parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (com.google.protobuf.CodedInputStream input) |
XPlane estático | parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (dados ByteBuffer) |
XPlane estático | parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (com.google.protobuf.ByteString data) |
XPlane estático | parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
XPlane.Builder | toBuilder () |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
public static final int EVENT_METADATA_FIELD_NUMBER
público estático final int ID_FIELD_NUMBER
public static final int LINES_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int STATS_FIELD_NUMBER
public static final int STAT_METADATA_FIELD_NUMBER
Métodos Públicos
public boolean containsEventMetadata (long key)
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 (long key)
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
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 equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public Map <Long, XEventMetadata > getEventMetadata ()
getEventMetadataMap()
vez disso, use 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 (chave longa, 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 (chave longa)
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 (índice interno )
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 (índice interno )
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;
Lista pública <? estende 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;
público getParserForType ()
public int getSerializedSize ()
public Map <Long, XStatMetadata > getStatMetadata ()
getStatMetadataMap()
vez disso, use getStatMetadataMap()
.
public int getStatMetadataCount ()
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
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 ()
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
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 (chave longa, XStatMetadata defaultValue)
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
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 (chave longa)
map<int64, .tensorflow.profiler.XStatMetadata> stat_metadata = 5;
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 (índice 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 XStatOrBuilder getStatsOrBuilder (índice interno )
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 pública <? estende 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;
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static XPlane parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XPlane parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static XPlane parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static XPlane parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XPlane parseFrom (com.google.protobuf.ByteString data)
Lança
InvalidProtocolBufferException |
---|
public static XPlane parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static XPlane parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|