ReaderBaseState

classe final pública ReaderBaseState

 For serializing and restoring the state of ReaderBase, see
 reader_base.h for details.
 
tensorflow.ReaderBaseState type tensorflow.ReaderBaseState

Classes aninhadas

aula ReaderBaseState.Builder
 For serializing and restoring the state of ReaderBase, see
 reader_base.h for details. 

Constantes

int CURRENT_WORK_FIELD_NUMBER
int NUM_RECORDS_PRODUCED_FIELD_NUMBER
int WORK_FINISHED_FIELD_NUMBER
int WORK_STARTED_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
com.google.protobuf.ByteString
getCurrentWork ()
bytes current_work = 4;
ReaderBaseState estático
ReaderBaseState
final static com.google.protobuf.Descriptors.Descriptor
longo
getNumRecordsProduced ()
int64 num_records_produced = 3;
int
final com.google.protobuf.UnknownFieldSet
longo
getWorkFinished ()
int64 work_finished = 2;
longo
getWorkStarted ()
int64 work_started = 1;
int
final booleano
static ReaderBaseState.Builder
static ReaderBaseState.Builder
ReaderBaseState.Builder
ReaderBaseState estático
parseDelimitedFrom (input InputStream)
ReaderBaseState estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReaderBaseState estático
parseFrom (dados ByteBuffer)
ReaderBaseState estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReaderBaseState estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReaderBaseState estático
parseFrom (com.google.protobuf.CodedInputStream input)
ReaderBaseState estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReaderBaseState estático
parseFrom (com.google.protobuf.ByteString data)
ReaderBaseState estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReaderBaseState estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
ReaderBaseState.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int CURRENT_WORK_FIELD_NUMBER

Valor constante: 4

público estático final int NUM_RECORDS_PRODUCED_FIELD_NUMBER

Valor Constante: 3

public static final int WORK_FINISHED_FIELD_NUMBER

Valor constante: 2

public static final int WORK_STARTED_FIELD_NUMBER

Valor constante: 1

Métodos Públicos

public boolean equals (Object obj)

public com.google.protobuf.ByteString getCurrentWork ()

bytes current_work = 4;

public static ReaderBaseState getDefaultInstance ()

public ReaderBaseState getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public long getNumRecordsProduced ()

int64 num_records_produced = 3;

público 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.Builder newBuilder (protótipo ReaderBaseState )

public static ReaderBaseState.Builder newBuilder ()

public ReaderBaseState.Builder newBuilderForType ()

public static ReaderBaseState parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static ReaderBaseState parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public ReaderBaseState.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException