XPlane

aula 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: 7
 
Protobuf 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

interno EVENT_METADATA_FIELD_NUMBER
interno ID_FIELD_NUMBER
interno LINES_FIELD_NUMBER
interno NAME_FIELD_NUMBER
interno STATS_FIELD_NUMBER
interno 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 (objeto obj)
XPlane estático
XPlane
final estático com.google.protobuf.Descriptors.Descriptor
Mapa<Long, XEventMetadata >
interno
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.
XEventMetadados
getEventMetadataOrDefault (chave longa, XEventMetadata defaultValue)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
XEventMetadados
getEventMetadataOrThrow (chave longa)
 XEventMetadata map, each entry uses the XEventMetadata.id as key.
longo
getId ()
int64 id = 1;
Linha XL
getLines (índice interno)
 Parallel timelines grouped in this plane.
interno
getLinesCount ()
 Parallel timelines grouped in this plane.
Lista <XLinha>
getLinesList ()
 Parallel timelines grouped in this plane.
XLineOrBuilder
getLinesOrBuilder (índice interno)
 Parallel timelines grouped in this plane.
Lista<? estende XLineOrBuilder >
getLinesOrBuilderList ()
 Parallel timelines grouped in this plane.
Corda
getNome ()
 Name of this line.
com.google.protobuf.ByteString
getNomeBytes ()
 Name of this line.
interno
Mapa<Long, XStatMetadata >
interno
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 (chave longa, 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 interno)
 XStats associated with this plane, e.g.
interno
getStatsCount ()
 XStats associated with this plane, e.g.
Lista< XStat >
getStatsList ()
 XStats associated with this plane, e.g.
XStatOrBuilder
getStatsOrBuilder (índice interno)
 XStats associated with this plane, e.g.
Lista<? estende XStatOrBuilder >
getStatsOrBuilderList ()
 XStats associated with this plane, e.g.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
XPlane.Builder estático
XPlane.Builder estático
newBuilder (protótipo XPlane )
XPlane.Builder
XPlane estático
parseDelimitedFrom (entrada InputStream)
XPlane estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XPlane estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XPlane estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
XPlane estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XPlane estático
parseFrom (dados de ByteBuffer)
XPlane estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XPlane estático
parseFrom (dados com.google.protobuf.ByteString)
XPlane estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
XPlane estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
XPlane.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int EVENT_METADATA_FIELD_NUMBER

Valor Constante: 4

público estático final int ID_FIELD_NUMBER

Valor Constante: 1

público estático final int LINES_FIELD_NUMBER

Valor Constante: 3

int final estático público NAME_FIELD_NUMBER

Valor Constante: 2

público estático final int STATS_FIELD_NUMBER

Valor Constante: 6

público estático final int STAT_METADATA_FIELD_NUMBER

Valor Constante: 5

Métodos Públicos

booleano público contémEventMetadata (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;

booleano público contémStatMetadata (chave longa)

 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;

booleano público é igual (Object obj)

XPlane estático público getDefaultInstance ()

XPlane público getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

mapa público <Long, XEventMetadata > getEventMetadata ()

Use getEventMetadataMap() em vez disso.

público 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;

mapa público <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;

público 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;

público longo getId ()

int64 id = 1;

getLines públicos XLine (índice int)

 Parallel timelines grouped in this plane. XLines with the same id
 are effectively the same timeline.
 
repeated .tensorflow.profiler.XLine lines = 3;

público 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<? 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;

String pública getNome ()

 Name of this line.
 
string name = 2;

público com.google.protobuf.ByteString getNameBytes ()

 Name of this line.
 
string name = 2;

público getParserForType ()

público int getSerializedSize ()

Mapa público <Long, XStatMetadata > getStatMetadata ()

Use getStatMetadataMap() em vez disso.

público 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;

mapa público <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 (chave longa, 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;

público XStatMetadata getStatMetadataOrThrow (chave longa)

 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;

público XStat getStats (í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;

público 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;

público 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<? 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;

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

público estático XPlane.Builder newBuilder ()

público estático XPlane.Builder newBuilder (protótipo XPlane )

público XPlane.Builder newBuilderForType ()

público estático XPlane parseDelimitedFrom (entrada InputStream)

Lança
IOException

public static XPlane parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XPlane parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

parseFrom XPlane estático público (entrada com.google.protobuf.CodedInputStream)

Lança
IOException

public static XPlane parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

público estático XPlane parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static XPlane parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

parseFrom XPlane estático público (dados com.google.protobuf.ByteString)

Lança
InvalidProtocolBufferException

public static XPlane parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static XPlane parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

XPlane.Builder público paraBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException