clase final pública 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: 7Protobuf tipo
tensorflow.profiler.XPlane
Clases anidadas
clase | 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
En t | EVENT_METADATA_FIELD_NUMBER | |
En t | ID_FIELD_NUMBER | |
En t | LINES_FIELD_NUMBER | |
En t | NAME_FIELD_NUMBER | |
En t | STATS_FIELD_NUMBER | |
En t | STAT_METADATA_FIELD_NUMBER |
Métodos públicos
booleano | containsEventMetadata (clave larga) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
booleano | containsStatMetadata (clave larga) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
booleano | es igual a (Objeto obj) |
XPlane estático | |
XPlane | |
com.google.protobuf.Descriptors.Descriptor estático final | |
Mapa <Long, XEventMetadata > | getEventMetadata () Utilice getEventMetadataMap() lugar. |
En t | 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. |
XEventMetadata | getEventMetadataOrDefault (clave larga, valor predeterminado de XEventMetadata ) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
XEventMetadata | getEventMetadataOrThrow (clave larga) XEventMetadata map, each entry uses the XEventMetadata.id as key. |
largo | getId () int64 id = 1; |
XLine | getLines (índice int) Parallel timelines grouped in this plane. |
En t | getLinesCount () Parallel timelines grouped in this plane. |
Lista < XLine > | getLinesList () Parallel timelines grouped in this plane. |
XLineOrBuilder | getLinesOrBuilder (índice int) Parallel timelines grouped in this plane. |
Lista <? extiende XLineOrBuilder > | getLinesOrBuilderList () Parallel timelines grouped in this plane. |
Cuerda | getName () Name of this line. |
com.google.protobuf.ByteString | getNameBytes () Name of this line. |
En t | |
Mapa <Long, XStatMetadata > | getStatMetadata () Utilice getStatMetadataMap() lugar. |
En t | 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. |
XStatMetadata | getStatMetadataOrDefault (clave larga, XStatMetadata defaultValue ) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStatMetadata | getStatMetadataOrThrow (clave larga) XStatMetadata map, each entry uses the XStatMetadata.id as key. |
XStat | getStats (índice int) XStats associated with this plane, e.g. |
En t | getStatsCount () XStats associated with this plane, e.g. |
Lista < XStat > | getStatsList () XStats associated with this plane, e.g. |
XStatOrBuilder | getStatsOrBuilder (índice int) XStats associated with this plane, e.g. |
Lista <? extiende XStatOrBuilder > | getStatsOrBuilderList () XStats associated with this plane, e.g. |
final com.google.protobuf.UnknownFieldSet | |
En t | hashCode () |
booleano final | |
XPlane.Builder estático | newBuilder () |
XPlane.Builder estático | newBuilder (prototipo XPlane ) |
XPlane.Builder | |
XPlane estático | parseDelimitedFrom (entrada InputStream) |
XPlane estático | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
XPlane estático | parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (datos ByteBuffer) |
XPlane estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (datos com.google.protobuf.ByteString) |
XPlane estático | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
XPlane estático | parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analizador () |
XPlane.Builder | toBuilder () |
vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
public static final int EVENT_METADATA_FIELD_NUMBER
Valor constante: 4
public static final int ID_FIELD_NUMBER
Valor constante: 1
public static final int LINES_FIELD_NUMBER
Valor constante: 3
public static final int NAME_FIELD_NUMBER
Valor constante: 2
public static final int STATS_FIELD_NUMBER
Valor constante: 6
public static final int STAT_METADATA_FIELD_NUMBER
Valor constante: 5
Métodos públicos
public boolean containsEventMetadata (clave larga)
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 (clave larga)
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 es igual a (Object obj)
público estático 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 (clave larga, 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 (clave larga)
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;
getLines XLine público (índice 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;
Lista pública < 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 int)
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 <? extiende 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 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 (clave larga, 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 (clave larga)
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;
getStats XStat público (í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;
Lista pública < 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 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 pública <? extiende 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 ()
público estático XPlane parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público estático XPlane parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático XPlane parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático XPlane parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público estático XPlane parseFrom (datos de com.google.protobuf.ByteString)
Lanza
InvalidProtocolBufferException |
---|
público estático XPlane parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
IOException |
---|
público estático XPlane parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
InvalidProtocolBufferException |
---|
público estático analizador ()
public void writeTo (salida de com.google.protobuf.CodedOutputStream)
Lanza
IOException |
---|