XPlaneOrBuilder

interface publique XPlaneOrBuilder
Sous-classes indirectes connues

Méthodes publiques

booléen abstrait
containEventMetadata (clé longue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
booléen abstrait
contientStatMetadata (clé longue)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
Carte abstraite <Long, XEventMetadata >
abstrait entier
getEventMetadataCount ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
Carte abstraite <Long, XEventMetadata >
getEventMetadataMap ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
résumé XEventMetadata
getEventMetadataOrDefault (clé longue, XEventMetadata defaultValue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
résumé XEventMetadata
getEventMetadataOrThrow (clé longue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
abstrait long
getId ()
int64 id = 1;
résumé XLine
getLines (index entier)
 Parallel timelines grouped in this plane.
abstrait entier
getLinesCount ()
 Parallel timelines grouped in this plane.
Liste abstraite< XLine >
getLinesList ()
 Parallel timelines grouped in this plane.
résumé XLineOrBuilder
getLinesOrBuilder (index int)
 Parallel timelines grouped in this plane.
Liste abstraite <? étend XLineOrBuilder >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
chaîne abstraite
obtenirNom ()
 Name of this line.
résumé com.google.protobuf.ByteString
getNameBytes ()
 Name of this line.
Carte abstraite<Long, XStatMetadata >
getStatMetadata ()
Utilisez plutôt getStatMetadataMap() .
abstrait entier
getStatMetadataCount ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
Carte abstraite<Long, XStatMetadata >
getStatMetadataMap ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
résumé XStatMetadata
getStatMetadataOrDefault (clé longue, XStatMetadata defaultValue)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
résumé XStatMetadata
getStatMetadataOrThrow (clé longue)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
résuméXStat
getStats (index entier)
 XStats associated with this plane, e.g.
abstrait entier
getStatsCount ()
 XStats associated with this plane, e.g.
Liste abstraite< XStat >
getStatsList ()
 XStats associated with this plane, e.g.
abstrait XStatOrBuilder
getStatsOrBuilder (index int)
 XStats associated with this plane, e.g.
Liste abstraite <? étend XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.

Méthodes publiques

public abstract 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 abstract 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 abstract Map<Long, XEventMetadata > getEventMetadata ()

Utilisez plutôt getEventMetadataMap() .

public abstrait 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 abstract 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 abstract 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;

résumé 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 abstrait long getId ()

int64 id = 1;

résumé 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 abstrait 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 abstraite 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;

résumé 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 des résumés publics<? é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 abstraite publique getName ()

nom de chaîne

 Name of this line.
 
string name = 2;

résumé public com.google.protobuf.ByteString getNameBytes ()

nom de chaîne

 Name of this line.
 
string name = 2;

public abstrait Map<Long, XStatMetadata > getStatMetadata ()

Utilisez plutôt getStatMetadataMap() .

public abstrait 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 abstrait 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 abstract 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;

résumé 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 abstrait 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 abstrait 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 abstraite 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 abstrait 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 des résumés publics<? é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;