DeviceStepStats

classe final pública DeviceStepStats

tensorflow.DeviceStepStats tipo tensorflow.DeviceStepStats

Classes aninhadas

aula DeviceStepStats.Builder tensorflow.DeviceStepStats tipo tensorflow.DeviceStepStats

Constantes

int DEVICE_FIELD_NUMBER
intNODE_STATS_FIELD_NUMBER
int THREAD_NAMES_FIELD_NUMBER

Métodos Públicos

boleano
containsThreadNames (chave int)
 Its key is thread id.
boleano
igual a (objeto obj)
DeviceStepStats estático
DeviceStepStats
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getDevice ()
string device = 1;
com.google.protobuf.ByteString
getDeviceBytes ()
string device = 1;
NodeExecStats
getNodeStats (índice interno )
repeated .tensorflow.NodeExecStats node_stats = 2;
int
getNodeStatsCount ()
repeated .tensorflow.NodeExecStats node_stats = 2;
Lista < NodeExecStats >
getNodeStatsList ()
repeated .tensorflow.NodeExecStats node_stats = 2;
NodeExecStatsOrBuilder
getNodeStatsOrBuilder (índice interno )
repeated .tensorflow.NodeExecStats node_stats = 2;
Lista <? estende NodeExecStatsOrBuilder >
getNodeStatsOrBuilderList ()
repeated .tensorflow.NodeExecStats node_stats = 2;
int
Map <Integer, String>
int
getThreadNamesCount ()
 Its key is thread id.
Map <Integer, String>
getThreadNamesMap ()
 Its key is thread id.
Fragmento
getThreadNamesOrDefault (int key, String defaultValue)
 Its key is thread id.
Fragmento
getThreadNamesOrThrow (int key)
 Its key is thread id.
final com.google.protobuf.UnknownFieldSet
int
final booleano
static DeviceStepStats.Builder
static DeviceStepStats.Builder
DeviceStepStats.Builder
DeviceStepStats estático
parseDelimitedFrom (input InputStream)
DeviceStepStats estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceStepStats estático
parseFrom (dados ByteBuffer)
DeviceStepStats estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceStepStats estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceStepStats estático
parseFrom (com.google.protobuf.CodedInputStream input)
DeviceStepStats estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceStepStats estático
parseFrom (com.google.protobuf.ByteString data)
DeviceStepStats estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
DeviceStepStats estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
DeviceStepStats.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int DEVICE_FIELD_NUMBER

Valor Constante: 1

public static final int NODE_STATS_FIELD_NUMBER

Valor constante: 2

public static final int THREAD_NAMES_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean containsThreadNames (int key)

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

public boolean equals (Object obj)

public static DeviceStepStats getDefaultInstance ()

public DeviceStepStats getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getDevice ()

string device = 1;

public com.google.protobuf.ByteString getDeviceBytes ()

string device = 1;

public NodeExecStats getNodeStats (índice interno )

repeated .tensorflow.NodeExecStats node_stats = 2;

public int getNodeStatsCount ()

repeated .tensorflow.NodeExecStats node_stats = 2;

Lista pública < NodeExecStats > getNodeStatsList ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public NodeExecStatsOrBuilder getNodeStatsOrBuilder (índice interno )

repeated .tensorflow.NodeExecStats node_stats = 2;

Lista pública <? estende NodeExecStatsOrBuilder > getNodeStatsOrBuilderList ()

repeated .tensorflow.NodeExecStats node_stats = 2;

público getParserForType ()

public int getSerializedSize ()

public Map <Integer, String> getThreadNames ()

public int getThreadNamesCount ()

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

public Map <Integer, String> getThreadNamesMap ()

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

public String getThreadNamesOrDefault (int key, String defaultValue)

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

public String getThreadNamesOrThrow (int key)

 Its key is thread id.
 
map<uint32, string> thread_names = 3;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static DeviceStepStats.Builder newBuilder (protótipo DeviceStepStats )

public static DeviceStepStats.Builder newBuilder ()

public DeviceStepStats.Builder newBuilderForType ()

public static DeviceStepStats parseDelimitedFrom (InputStream input)

Lança
IOException

public static DeviceStepStats parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceStepStats parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static DeviceStepStats parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceStepStats parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DeviceStepStats parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static DeviceStepStats parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static DeviceStepStats parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static DeviceStepStats parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static DeviceStepStats parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public DeviceStepStats.Builder toBuilder ()

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

Lança
IOException