SessionLog

SessionLog de clase final pública

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

Clases anidadas

clase SessionLog.Builder
 Protocol buffer used for logging session state. 
enumeración SessionLog.SessionStatus Protobuf enum tensorflow.SessionLog.SessionStatus

Constantes

En t CHECKPOINT_PATH_FIELD_NUMBER
En t MSG_FIELD_NUMBER
En t STATUS_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
Cuerda
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
SesiónLog
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getMsg ()
string msg = 3;
com.google.protobuf.ByteString
getMsgBytes ()
string msg = 3;
En t
SessionLog.SessionStatus
getStatus ()
.tensorflow.SessionLog.SessionStatus status = 1;
En t
getStatusValue ()
.tensorflow.SessionLog.SessionStatus status = 1;
final com.google.protobuf.UnknownFieldSet
En t
booleano final
SessionLog.Builder estático
newBuilder (prototipo SessionLog )
SessionLog.Builder estático
SessionLog.Builder
SessionLog estático
parseDelimitedFrom (entrada InputStream)
SessionLog estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (datos ByteBuffer)
SessionLog estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
SessionLog estático
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (datos com.google.protobuf.ByteString)
SessionLog estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SessionLog estático
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SessionLog.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int CHECKPOINT_PATH_FIELD_NUMBER

Valor constante: 2

público estático final int MSG_FIELD_NUMBER

Valor constante: 3

público estático final int STATUS_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (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 ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

getMsg de cadena pública ()

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 ()

SessionLog.Builder estático público newBuilder (prototipo de SessionLog )

SessionLog.Builder estático público newBuilder ()

public SessionLog.Builder newBuilderForType ()

SessionLog estático público parseDelimitedFrom (entrada InputStream)

Lanza
IOException

SessionLog estático público parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

Public static SessionLog parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

Public static SessionLog parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

SessionLog estático público parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

SessionLog estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

SessionLog estático público parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

SessionLog estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

SessionLog estático público parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
InvalidProtocolBufferException

público estático analizador ()

Public SessionLog.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException