SessionLog

public final class SessionLog

 Protocol buffer used for logging session state.
 
tensorflow.SessionLog tipo tensorflow.SessionLog

Classes aninhadas

aula SessionLog.Builder
 Protocol buffer used for logging session state. 
enum SessionLog.SessionStatus tensorflow.SessionLog.SessionStatus enum tensorflow.SessionLog.SessionStatus

Constantes

int CHECKPOINT_PATH_FIELD_NUMBER
int MSG_FIELD_NUMBER
int STATUS_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
Fragmento
getCheckpointPath ()
 This checkpoint_path contains both the path and filename.
com.google.protobuf.ByteString
getCheckpointPathBytes ()
 This checkpoint_path contains both the path and filename.
SessionLog estático
SessionLog
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getMsg ()
string msg = 3;
com.google.protobuf.ByteString
getMsgBytes ()
string msg = 3;
int
SessionLog.SessionStatus
getStatus ()
.tensorflow.SessionLog.SessionStatus status = 1;
int
getStatusValue ()
.tensorflow.SessionLog.SessionStatus status = 1;
final com.google.protobuf.UnknownFieldSet
int
final booleano
static SessionLog.Builder
newBuilder (protótipo SessionLog )
static SessionLog.Builder
SessionLog.Builder
SessionLog estático
parseDelimitedFrom (input InputStream)
SessionLog estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (dados ByteBuffer)
SessionLog estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (com.google.protobuf.CodedInputStream input)
SessionLog estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (com.google.protobuf.ByteString data)
SessionLog estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SessionLog.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int CHECKPOINT_PATH_FIELD_NUMBER

Valor constante: 2

public static final int MSG_FIELD_NUMBER

Valor Constante: 3

public static final int STATUS_FIELD_NUMBER

Valor constante: 1

Métodos Públicos

public boolean equals (Object obj)

public String getCheckpointPath ()

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public com.google.protobuf.ByteString getCheckpointPathBytes ()

 This checkpoint_path contains both the path and filename.
 
string checkpoint_path = 2;

public static SessionLog getDefaultInstance ()

public SessionLog getDefaultInstanceForType ()

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

public String getMsg ()

string msg = 3;

public com.google.protobuf.ByteString getMsgBytes ()

string msg = 3;

público getParserForType ()

public int getSerializedSize ()

public SessionLog.SessionStatus getStatus ()

.tensorflow.SessionLog.SessionStatus status = 1;

public int getStatusValue ()

.tensorflow.SessionLog.SessionStatus status = 1;

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

public int hashCode ()

public final boolean isInitialized ()

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

public static SessionLog.Builder newBuilder ()

public SessionLog.Builder newBuilderForType ()

public static SessionLog parseDelimitedFrom (InputStream input)

Lança
IOException

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

Lança
IOException

public static SessionLog parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SessionLog.Builder toBuilder ()

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

Lança
IOException