interfaccia pubblica DeviceStepStatsOrBuilder
Sottoclassi indirette conosciute |
Metodi pubblici
booleano astratto | contieneThreadNames (chiave int) Its key is thread id. |
stringa astratta | getDevice () string device = 1; |
astratto com.google.protobuf.ByteString | getDeviceBytes () string device = 1; |
astratto NodeExecStats | getNodeStats (indice int) repeated .tensorflow.NodeExecStats node_stats = 2; |
astratto int | getNodeStatsCount () repeated .tensorflow.NodeExecStats node_stats = 2; |
Elenco astratto< NodeExecStats > | getNodeStatsList () repeated .tensorflow.NodeExecStats node_stats = 2; |
astratto NodeExecStatsOrBuilder | getNodeStatsOrBuilder (indice int) repeated .tensorflow.NodeExecStats node_stats = 2; |
Elenco astratto<? estende NodeExecStatsOrBuilder > | getNodeStatsOrBuilderList () repeated .tensorflow.NodeExecStats node_stats = 2; |
Mappa astratta<Intero, Stringa> | getThreadNames () Utilizzare invece getThreadNamesMap() . |
astratto int | getThreadNamesCount () Its key is thread id. |
Mappa astratta<Intero, Stringa> | getThreadNamesMap () Its key is thread id. |
stringa astratta | getThreadNamesOrDefault (chiave int, String defaultValue) Its key is thread id. |
stringa astratta | getThreadNamesOrThrow (chiave int) Its key is thread id. |
Metodi pubblici
booleano astratto pubblico contieneThreadNames (chiave int)
Its key is thread id.
map<uint32, string> thread_names = 3;
stringa astratta pubblica getDevice ()
string device = 1;
estratto pubblico com.google.protobuf.ByteString getDeviceBytes ()
string device = 1;
public abstract NodeExecStats getNodeStats (indice int)
repeated .tensorflow.NodeExecStats node_stats = 2;
public abstract int getNodeStatsCount ()
repeated .tensorflow.NodeExecStats node_stats = 2;
Elenco astratto pubblico < NodeExecStats > getNodeStatsList ()
repeated .tensorflow.NodeExecStats node_stats = 2;
public abstract NodeExecStatsOrBuilder getNodeStatsOrBuilder (indice int)
repeated .tensorflow.NodeExecStats node_stats = 2;
Elenco abstract pubblico<? estende NodeExecStatsOrBuilder > getNodeStatsOrBuilderList ()
repeated .tensorflow.NodeExecStats node_stats = 2;
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 (chiave int, String defaultValue)
Its key is thread id.
map<uint32, string> thread_names = 3;
public abstract String getThreadNamesOrThrow (chiave int)
Its key is thread id.
map<uint32, string> thread_names = 3;