classe finale publique 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
Classes imbriquées
classe | 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éthodes publiques
booléen | containEventMetadata (clé longue) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
booléen | contientStatMetadata (clé longue) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
booléen | est égal (Obj objet) |
Plan X statique | |
XPlane | |
final statique com.google.protobuf.Descriptors.Descriptor | |
Carte<Long, XEventMetadata > | getEventMetadata () Utilisez plutôt getEventMetadataMap() . |
int | getEventMetadataCount () XEventMetadata map, each entry uses the XEventMetadata.id as key. |
Carte<Long, XEventMetadata > | getEventMetadataMap () XEventMetadata map, each entry uses the XEventMetadata.id as key. |
XEventMetadonnées | getEventMetadataOrDefault (clé longue, XEventMetadata defaultValue) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
XEventMetadonnées | getEventMetadataOrThrow (clé longue) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
long | getId () int64 id = 1; |
Ligne XL | getLines (index entier) Parallel timelines grouped in this plane. |
int | getLinesCount () Parallel timelines grouped in this plane. |
Liste< XLine > | getLinesList () Parallel timelines grouped in this plane. |
XLineOuBuilder | getLinesOrBuilder (index int) Parallel timelines grouped in this plane. |
Liste<? étend XLineOrBuilder > | getLinesOrBuilderList () Parallel timelines grouped in this plane. |
Chaîne | obtenirNom () Name of this line. |
com.google.protobuf.ByteString | getNameBytes () Name of this line. |
int | |
Carte<Long, XStatMetadata > | getStatMetadata () Utilisez plutôt getStatMetadataMap() . |
int | getStatMetadataCount () XStatMetadata map, each entry uses the XStatMetadata.id as key. |
Carte<Long, XStatMetadata > | getStatMetadataMap () XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStatMétadonnées | getStatMetadataOrDefault (clé longue, XStatMetadata defaultValue) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStatMétadonnées | getStatMetadataOrThrow (clé longue) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStat | getStats (index entier) XStats associated with this plane, e.g. |
int | getStatsCount () XStats associated with this plane, e.g. |
Liste< XStat > | getStatsList () XStats associated with this plane, e.g. |
XStatOrBuilder | getStatsOrBuilder (index int) XStats associated with this plane, e.g. |
Liste<? étend XStatOrBuilder > | getStatsOrBuilderList () XStats associated with this plane, e.g. |
final com.google.protobuf.UnknownFieldSet | |
int | |
booléen final | |
XPlane.Builder statique | |
XPlane.Builder statique | newBuilder (prototype XPlane ) |
XPlane.Builder | |
Plan X statique | parseDelimitedFrom (entrée InputStream) |
Plan X statique | parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Plan X statique | parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Plan X statique | parseFrom (entrée com.google.protobuf.CodedInputStream) |
Plan X statique | parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Plan X statique | parseFrom (données ByteBuffer) |
Plan X statique | parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Plan X statique | parseFrom (données com.google.protobuf.ByteString) |
Plan X statique | parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Plan X statique | parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statique | analyseur () |
XPlane.Builder | toBuilder () |
vide | writeTo (sortie com.google.protobuf.CodedOutputStream) |
Méthodes héritées
Constantes
public statique final int EVENT_METADATA_FIELD_NUMBER
Valeur constante : 4
public statique final entier ID_FIELD_NUMBER
Valeur constante : 1
public statique final int LINES_FIELD_NUMBER
Valeur constante : 3
public statique final entier NAME_FIELD_NUMBER
Valeur constante : 2
public statique final entier STATS_FIELD_NUMBER
Valeur constante : 6
public statique final int STAT_METADATA_FIELD_NUMBER
Valeur constante : 5
Méthodes publiques
public boolean containEventMetadata (clé longue)
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 containStatMetadata (clé longue)
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 booléen égal (Objet obj)
public statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 (clé longue, 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 (clé longue)
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 (index 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;
liste publique < 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 (index int)
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;
Liste publique <? étend XLineOrBuilder > getLinesOrBuilderList ()
Parallel timelines grouped in this plane. XLines with the same id are effectively the same timeline.
repeated .tensorflow.profiler.XLine lines = 3;
chaîne publique getName ()
Name of this line.
string name = 2;
public com.google.protobuf.ByteString getNameBytes ()
Name of this line.
string name = 2;
publique 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 (clé longue, 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 (clé longue)
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 (index 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;
Liste publique < 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 (index 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;
Liste publique <? étend 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 ()
code de hachage int public ()
public final booléen isInitialized ()
public statique XPlane parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static XPlane parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public static XPlane parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public static XPlane parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
parseFrom XPlane statique public (données com.google.protobuf.ByteString)
Jetés
InvalidProtocolBufferException |
---|
public static XPlane parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
IOException |
---|
public static XPlane parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
InvalidProtocolBufferException |
---|
public statique analyseur ()
public void writeTo (sortie com.google.protobuf.CodedOutputStream)
Jetés
IOException |
---|