DeviceStepStatsOrBuilder

interface pública DeviceStepStatsOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
containsThreadNames (chave int)
 Its key is thread id.
String abstrata
getDevice ()
string device = 1;
abstract com.google.protobuf.ByteString
getDeviceBytes ()
string device = 1;
NodeExecStats abstrato
getNodeStats (índice interno )
repeated .tensorflow.NodeExecStats node_stats = 2;
int abstrato
getNodeStatsCount ()
repeated .tensorflow.NodeExecStats node_stats = 2;
Lista abstrata < NodeExecStats >
getNodeStatsList ()
repeated .tensorflow.NodeExecStats node_stats = 2;
NodeExecStatsOrBuilder abstrato
getNodeStatsOrBuilder (índice interno )
repeated .tensorflow.NodeExecStats node_stats = 2;
Lista abstrata <? estende NodeExecStatsOrBuilder >
getNodeStatsOrBuilderList ()
repeated .tensorflow.NodeExecStats node_stats = 2;
Mapa abstrato <Integer, String>
int abstrato
getThreadNamesCount ()
 Its key is thread id.
Mapa abstrato <Integer, String>
getThreadNamesMap ()
 Its key is thread id.
String abstrata
getThreadNamesOrDefault (int key, String defaultValue)
 Its key is thread id.
String abstrata
getThreadNamesOrThrow (int key)
 Its key is thread id.

Métodos Públicos

public abstract boolean containsThreadNames (int key)

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

public abstract String getDevice ()

string device = 1;

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

string device = 1;

public abstract NodeExecStats getNodeStats (índice int)

repeated .tensorflow.NodeExecStats node_stats = 2;

public abstract int getNodeStatsCount ()

repeated .tensorflow.NodeExecStats node_stats = 2;

Lista abstrata pública < NodeExecStats > getNodeStatsList ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public abstract NodeExecStatsOrBuilder getNodeStatsOrBuilder (índice interno )

repeated .tensorflow.NodeExecStats node_stats = 2;

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

repeated .tensorflow.NodeExecStats node_stats = 2;

public abstract Map <Integer, String> getThreadNames ()

public abstract int getThreadNamesCount ()

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

public abstract Map <Integer, String> getThreadNamesMap ()

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

public abstract String getThreadNamesOrDefault (int key, String defaultValue)

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

public abstract String getThreadNamesOrThrow (int key)

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