public final class
ReaderBaseState
For serializing and restoring the state of ReaderBase, see reader_base.h for details.
tensorflow.ReaderBaseState
Nested Classes
class | ReaderBaseState.Builder | For serializing and restoring the state of ReaderBase, see reader_base.h for details. |
Constants
int | CURRENT_WORK_FIELD_NUMBER | |
int | NUM_RECORDS_PRODUCED_FIELD_NUMBER | |
int | WORK_FINISHED_FIELD_NUMBER | |
int | WORK_STARTED_FIELD_NUMBER |
Public Methods
boolean |
equals(Object obj)
|
com.google.protobuf.ByteString |
getCurrentWork()
bytes current_work = 4;
|
static ReaderBaseState | |
ReaderBaseState | |
final static com.google.protobuf.Descriptors.Descriptor | |
long |
getNumRecordsProduced()
int64 num_records_produced = 3;
|
|
|
int | |
final com.google.protobuf.UnknownFieldSet | |
long |
getWorkFinished()
int64 work_finished = 2;
|
long |
getWorkStarted()
int64 work_started = 1;
|
int |
hashCode()
|
final boolean | |
static ReaderBaseState.Builder |
newBuilder(ReaderBaseState prototype)
|
static ReaderBaseState.Builder | |
ReaderBaseState.Builder | |
static ReaderBaseState |
parseDelimitedFrom(InputStream input)
|
static ReaderBaseState |
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ReaderBaseState |
parseFrom(ByteBuffer data)
|
static ReaderBaseState |
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ReaderBaseState |
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ReaderBaseState |
parseFrom(com.google.protobuf.CodedInputStream input)
|
static ReaderBaseState |
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ReaderBaseState |
parseFrom(com.google.protobuf.ByteString data)
|
static ReaderBaseState |
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static ReaderBaseState |
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
static
|
parser()
|
ReaderBaseState.Builder | |
void |
writeTo(com.google.protobuf.CodedOutputStream output)
|
Inherited Methods
Constants
public static final int CURRENT_WORK_FIELD_NUMBER
Constant Value:
4
public static final int NUM_RECORDS_PRODUCED_FIELD_NUMBER
Constant Value:
3
public static final int WORK_FINISHED_FIELD_NUMBER
Constant Value:
2
public static final int WORK_STARTED_FIELD_NUMBER
Constant Value:
1
Public Methods
public boolean equals (Object obj)
public com.google.protobuf.ByteString getCurrentWork ()
bytes current_work = 4;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public long getNumRecordsProduced ()
int64 num_records_produced = 3;
public
getParserForType
()
public int getSerializedSize ()
public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public long getWorkFinished ()
int64 work_finished = 2;
public long getWorkStarted ()
int64 work_started = 1;
public int hashCode ()
public final boolean isInitialized ()
public static ReaderBaseState parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ReaderBaseState parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ReaderBaseState parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ReaderBaseState parseFrom (com.google.protobuf.CodedInputStream input)
Throws
IOException |
---|
public static ReaderBaseState parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
InvalidProtocolBufferException |
---|
public static ReaderBaseState parseFrom (com.google.protobuf.ByteString data)
Throws
InvalidProtocolBufferException |
---|
public static ReaderBaseState parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
public static ReaderBaseState 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 |
---|