XPlaneOrBuilder

interface pública XPlaneOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsEventMetadata (chave longa)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
booleano abstrato
containsStatMetadata (chave longa)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
Mapa abstrato <Long, XEventMetadata >
int abstrato
getEventMetadataCount ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
Mapa abstrato <Long, XEventMetadata >
getEventMetadataMap ()
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
XEventMetadata abstrato
getEventMetadataOrDefault (long key, XEventMetadata defaultValue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
XEventMetadata abstrato
getEventMetadataOrThrow (chave longa)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
abstrato longo
getId ()
int64 id = 1;
XLine abstrato
getLines (índice int)
 Parallel timelines grouped in this plane.
int abstrato
getLinesCount ()
 Parallel timelines grouped in this plane.
Lista abstrata < XLine >
getLinesList ()
 Parallel timelines grouped in this plane.
XLineOrBuilder abstrato
getLinesOrBuilder (índice interno )
 Parallel timelines grouped in this plane.
Lista abstrata <? estende XLineOrBuilder >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
String abstrata
getName ()
 Name of this line.
abstract com.google.protobuf.ByteString
getNameBytes ()
 Name of this line.
Mapa abstrato <Long, XStatMetadata >
int abstrato
getStatMetadataCount ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
Mapa abstrato <Long, XStatMetadata >
getStatMetadataMap ()
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStatMetadata abstrato
getStatMetadataOrDefault (long key, XStatMetadata defaultValue)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStatMetadata abstrato
getStatMetadataOrThrow (chave longa)
 XStatMetadata map, each entry uses the XStatMetadata.id as key.
XStat abstrato
getStats (índice int)
 XStats associated with this plane, e.g.
int abstrato
getStatsCount ()
 XStats associated with this plane, e.g.
Lista abstrata < XStat >
getStatsList ()
 XStats associated with this plane, e.g.
XStatOrBuilder abstrato
getStatsOrBuilder (índice interno )
 XStats associated with this plane, e.g.
Lista abstrata <? estende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.

Métodos Públicos

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

public abstract 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 (long key, 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 abstract 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 abstract long getId ()

int64 id = 1;

public abstract 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 abstract 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 abstract 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 abstract 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 de resumos 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 abstract String getName ()

 Name of this line.
 
string name = 2;

public abstract com.google.protobuf.ByteString getNameBytes ()

 Name of this line.
 
string name = 2;

public abstract Map <Long, XStatMetadata > getStatMetadata ()

public abstract 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 abstract 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 abstract XStatMetadata getStatMetadataOrDefault (long key, 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 de resumos 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;