clase final estática pública TrackableObjectGraph.TrackableObject.SerializedTensor
Protobuf tipo tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor
Clases anidadas
| clase | TrackableObjectGraph.TrackableObject.SerializedTensor.Builder | Protobuf tipo tensorflow.TrackableObjectGraph.TrackableObject.SerializedTensor | |
Constantes
| entero | CHECKPOINT_KEY_FIELD_NUMBER | |
| entero | FULL_NAME_FIELD_NUMBER | |
| entero | NOMBRE_CAMPO_NÚMERO | |
| entero | OPTIONAL_RESTORE_FIELD_NUMBER |
Métodos públicos
| booleano | es igual (Objeto obj) |
| Cadena | obtener clave de punto de control () The generated name of the Tensor in the checkpoint. |
| com.google.protobuf.ByteString | getCheckpointKeyBytes () The generated name of the Tensor in the checkpoint. |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | |
| TrackableObjectGraph.TrackableObject.SerializedTensor | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| Cadena | obtener nombre completo () The full name of the variable/tensor, if applicable. |
| com.google.protobuf.ByteString | getFullNameBytes () The full name of the variable/tensor, if applicable. |
| Cadena | obtenerNombre () A name for the Tensor. |
| com.google.protobuf.ByteString | getNombreBytes () A name for the Tensor. |
| booleano | getOptionalRestore () Whether checkpoints should be considered as matching even without this value restored. |
| entero | |
| com.google.protobuf.UnknownFieldSet final | |
| entero | código hash () |
| booleano final | |
| TrackableObjectGraph.TrackableObject.SerializedTensor.Builder estático | |
| TrackableObjectGraph.TrackableObject.SerializedTensor.Builder estático | |
| TrackableObjectGraph.TrackableObject.SerializedTensor.Builder | |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseDelimitedFrom (entrada de InputStream) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseFrom (datos de ByteBuffer) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseFrom (datos com.google.protobuf.ByteString) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| TrackableObjectGraph.TrackableObject.SerializedTensor estático | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
| estático | analizador () |
| TrackableObjectGraph.TrackableObject.SerializedTensor.Builder | |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público CHECKPOINT_KEY_FIELD_NUMBER
Valor constante: 3
int final estático público FULL_NAME_FIELD_NUMBER
Valor constante: 2
público estático final int NAME_FIELD_NUMBER
Valor constante: 1
int final estático público OPTIONAL_RESTORE_FIELD_NUMBER
Valor constante: 4
Métodos públicos
público booleano es igual (Objeto obj)
cadena pública getCheckpointKey ()
The generated name of the Tensor in the checkpoint.
string checkpoint_key = 3; público com.google.protobuf.ByteString getCheckpointKeyBytes ()
The generated name of the Tensor in the checkpoint.
string checkpoint_key = 3; público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
cadena pública getFullName ()
The full name of the variable/tensor, if applicable. Used to allow name-based loading of checkpoints which were saved using an object-based API. Should match the checkpoint key which would have been assigned by tf.train.Saver.
string full_name = 2; público com.google.protobuf.ByteString getFullNameBytes ()
The full name of the variable/tensor, if applicable. Used to allow name-based loading of checkpoints which were saved using an object-based API. Should match the checkpoint key which would have been assigned by tf.train.Saver.
string full_name = 2; cadena pública getName ()
A name for the Tensor. Simple variables have only one `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may be restored on object creation as an optimization.
string name = 1; público com.google.protobuf.ByteString getNameBytes ()
A name for the Tensor. Simple variables have only one `SerializedTensor` named "VARIABLE_VALUE" by convention. This value may be restored on object creation as an optimization.
string name = 1; getOptionalRestore booleano público ()
Whether checkpoints should be considered as matching even without this value restored. Used for non-critical values which don't affect the TensorFlow graph, such as layer configurations.
bool optional_restore = 4; público getParserForType ()
público int getSerializedSize ()
público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
código hash int público ()
público final booleano isInitialized ()
público estático TrackableObjectGraph.TrackableObject.SerializedTensor.Builder newBuilder (prototipo TrackableObjectGraph.TrackableObject.SerializedTensor )
TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (entrada de InputStream) estático público
Lanza
| IOExcepción |
|---|
TrackableObjectGraph.TrackableObject.SerializedTensor parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) estático público
Lanza
| IOExcepción |
|---|
TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (datos ByteBuffer) estático público
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) estático público
Lanza
| Excepción de buffer de protocolo no válido |
|---|
TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (entrada com.google.protobuf.CodedInputStream) estático público
Lanza
| IOExcepción |
|---|
TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) estático público
Lanza
| Excepción de buffer de protocolo no válido |
|---|
TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (datos com.google.protobuf.ByteString) estático público
Lanza
| Excepción de buffer de protocolo no válido |
|---|
TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) estático público
Lanza
| IOExcepción |
|---|
público estático TrackableObjectGraph.TrackableObject.SerializedTensor parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
estática pública analizador ()
escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)
Lanza
| IOExcepción |
|---|