DeviceStepStats

public final class DeviceStepStats

Protobuf type tensorflow.DeviceStepStats

Nested Classes

class DeviceStepStats.Builder Protobuf type tensorflow.DeviceStepStats  

Constants

int DEVICE_FIELD_NUMBER
int NODE_STATS_FIELD_NUMBER
int THREAD_NAMES_FIELD_NUMBER

Public Methods

boolean
containsThreadNames(int key)
 Its key is thread id.
boolean
equals(Object obj)
static DeviceStepStats
DeviceStepStats
final static com.google.protobuf.Descriptors.Descriptor
String
getDevice()
string device = 1;
com.google.protobuf.ByteString
getDeviceBytes()
string device = 1;
NodeExecStats
getNodeStats(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
int
getNodeStatsCount()
repeated .tensorflow.NodeExecStats node_stats = 2;
List<NodeExecStats>
getNodeStatsList()
repeated .tensorflow.NodeExecStats node_stats = 2;
NodeExecStatsOrBuilder
getNodeStatsOrBuilder(int index)
repeated .tensorflow.NodeExecStats node_stats = 2;
List<? extends 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.
String
getThreadNamesOrDefault(int key, String defaultValue)
 Its key is thread id.
String
getThreadNamesOrThrow(int key)
 Its key is thread id.
final com.google.protobuf.UnknownFieldSet
int
final boolean
static DeviceStepStats.Builder
static DeviceStepStats.Builder
DeviceStepStats.Builder
static DeviceStepStats
parseDelimitedFrom(InputStream input)
static DeviceStepStats
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceStepStats
parseFrom(ByteBuffer data)
static DeviceStepStats
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceStepStats
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceStepStats
parseFrom(com.google.protobuf.CodedInputStream input)
static DeviceStepStats
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceStepStats
parseFrom(com.google.protobuf.ByteString data)
static DeviceStepStats
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeviceStepStats
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
DeviceStepStats.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

Constants

public static final int DEVICE_FIELD_NUMBER

Constant Value: 1

public static final int NODE_STATS_FIELD_NUMBER

Constant Value: 2

public static final int THREAD_NAMES_FIELD_NUMBER

Constant Value: 3

Public Methods

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 (int index)

repeated .tensorflow.NodeExecStats node_stats = 2;

public int getNodeStatsCount ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public List<NodeExecStats> getNodeStatsList ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public NodeExecStatsOrBuilder getNodeStatsOrBuilder (int index)

repeated .tensorflow.NodeExecStats node_stats = 2;

public List<? extends NodeExecStatsOrBuilder> getNodeStatsOrBuilderList ()

repeated .tensorflow.NodeExecStats node_stats = 2;

public getParserForType ()

public int getSerializedSize ()

public Map<Integer, String> getThreadNames ()

Use getThreadNamesMap() instead.

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 (DeviceStepStats prototype)

public static DeviceStepStats.Builder newBuilder ()

public DeviceStepStats.Builder newBuilderForType ()

public static DeviceStepStats parseDelimitedFrom (InputStream input)

Throws
IOException

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

Throws
IOException

public static DeviceStepStats parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

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

Throws
InvalidProtocolBufferException

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

Throws
IOException

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

Throws
InvalidProtocolBufferException

public static parser ()

public DeviceStepStats.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException