public final class
StepStats
Protobuf type tensorflow.StepStats
Nested Classes
| class | StepStats.Builder | Protobuf type tensorflow.StepStats
|
|
Constants
| int | DEV_STATS_FIELD_NUMBER |
Public Methods
| boolean |
equals(Object obj)
|
| static StepStats | |
| StepStats | |
| final static com.google.protobuf.Descriptors.Descriptor | |
| DeviceStepStats |
getDevStats(int index)
repeated .tensorflow.DeviceStepStats dev_stats = 1;
|
| int |
getDevStatsCount()
repeated .tensorflow.DeviceStepStats dev_stats = 1;
|
| List<DeviceStepStats> |
getDevStatsList()
repeated .tensorflow.DeviceStepStats dev_stats = 1;
|
| DeviceStepStatsOrBuilder |
getDevStatsOrBuilder(int index)
repeated .tensorflow.DeviceStepStats dev_stats = 1;
|
| List<? extends DeviceStepStatsOrBuilder> |
getDevStatsOrBuilderList()
repeated .tensorflow.DeviceStepStats dev_stats = 1;
|
|
|
|
| int | |
| final com.google.protobuf.UnknownFieldSet | |
| int |
hashCode()
|
| final boolean | |
| static StepStats.Builder |
newBuilder(StepStats prototype)
|
| static StepStats.Builder | |
| StepStats.Builder | |
| static StepStats |
parseDelimitedFrom(InputStream input)
|
| static StepStats |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static StepStats |
parseFrom(ByteBuffer data)
|
| static StepStats |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static StepStats |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static StepStats |
parseFrom(com.google.protobuf.CodedInputStream input)
|
| static StepStats |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static StepStats |
parseFrom(com.google.protobuf.ByteString data)
|
| static StepStats |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
| static StepStats |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
static
|
parser()
|
| StepStats.Builder | |
| void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int DEV_STATS_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getDevStatsCount ()
repeated .tensorflow.DeviceStepStats dev_stats = 1;
public DeviceStepStatsOrBuilder getDevStatsOrBuilder (int index)
repeated .tensorflow.DeviceStepStats dev_stats = 1;
public List<? extends DeviceStepStatsOrBuilder> getDevStatsOrBuilderList ()
repeated .tensorflow.DeviceStepStats dev_stats = 1;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public int hashCode ()
public final boolean isInitialized ()
public static StepStats parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static StepStats parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static StepStats parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static StepStats parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public static StepStats parseFrom (com.google.protobuf.ByteString data)
Throws
| InvalidProtocolBufferException |
|---|
public static StepStats parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| IOException |
|---|
public static StepStats parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
| InvalidProtocolBufferException |
|---|
public
static
parser
()
public void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
| IOException |
|---|