MemoryLogStep

public final class MemoryLogStep

tensorflow.MemoryLogStep type tensorflow.MemoryLogStep

Classes aninhadas

aula MemoryLogStep.Builder tensorflow.MemoryLogStep type tensorflow.MemoryLogStep

Constantes

int HANDLE_FIELD_NUMBER
int STEP_ID_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
static MemoryLogStep
MemoryLogStep
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getHandle ()
 Handle describing the feeds and fetches of the step.
com.google.protobuf.ByteString
getHandleBytes ()
 Handle describing the feeds and fetches of the step.
int
longo
getStepId ()
 Process-unique step id.
final com.google.protobuf.UnknownFieldSet
int
final booleano
static MemoryLogStep.Builder
newBuilder (protótipo MemoryLogStep )
static MemoryLogStep.Builder
MemoryLogStep.Builder
static MemoryLogStep
parseDelimitedFrom (input InputStream)
static MemoryLogStep
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom (dados ByteBuffer)
static MemoryLogStep
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom (com.google.protobuf.CodedInputStream input)
static MemoryLogStep
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom (com.google.protobuf.ByteString data)
static MemoryLogStep
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MemoryLogStep
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
MemoryLogStep.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int HANDLE_FIELD_NUMBER

Valor constante: 2

public static final int STEP_ID_FIELD_NUMBER

Valor Constante: 1

Métodos Públicos

public boolean equals (Object obj)

public static MemoryLogStep getDefaultInstance ()

public MemoryLogStep getDefaultInstanceForType ()

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

public String getHandle ()

 Handle describing the feeds and fetches of the step.
 
string handle = 2;

public com.google.protobuf.ByteString getHandleBytes ()

 Handle describing the feeds and fetches of the step.
 
string handle = 2;

público getParserForType ()

public int getSerializedSize ()

public long getStepId ()

 Process-unique step id.
 
int64 step_id = 1;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static MemoryLogStep.Builder newBuilder (protótipo MemoryLogStep )

public static MemoryLogStep.Builder newBuilder ()

public MemoryLogStep.Builder newBuilderForType ()

public static MemoryLogStep parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static MemoryLogStep parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public MemoryLogStep.Builder toBuilder ()

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

Lança
IOException