clase final pública VariableDef
Protocol buffer representing a Variable.
tensorflow.VariableDef tipo protobuf.VariableDef Clases anidadas
| clase | ConstructorDef.Variable | Protocol buffer representing a Variable. | |
Constantes
| entero | AGGREGATION_FIELD_NUMBER | |
| entero | INITIALIZER_NAME_FIELD_NUMBER | |
| entero | INITIAL_VALUE_NAME_FIELD_NUMBER | |
| entero | IS_RESOURCE_FIELD_NUMBER | |
| entero | SAVE_SLICE_INFO_DEF_FIELD_NUMBER | |
| entero | INSTANTÁNEA_NOMBRE_CAMPO_NÚMERO | |
| entero | SINCHRONIZACIÓN_CAMPO_NÚMERO | |
| entero | TRAINABLE_FIELD_NUMBER | |
| entero | VARIABLE_NAME_FIELD_NUMBER |
Métodos públicos
| booleano | es igual (Objeto obj) |
| Agregación de variables | obtenerAgregación () Indicates how a distributed variable will be aggregated. |
| entero | obtenerValorAgregación () Indicates how a distributed variable will be aggregated. |
| definición de variable estática | |
| Definición de variable | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| Cadena | getNombreValorInicial () Name of the tensor holding the variable's initial value. |
| com.google.protobuf.ByteString | getInitialValueNameBytes () Name of the tensor holding the variable's initial value. |
| Cadena | getInitializerName () Name of the initializer op. |
| com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
| booleano | obtenerIsResource () Whether to represent this as a ResourceVariable. |
| GuardarSliceInfoDef | getSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
| GuardarSliceInfoDefOrBuilder | getSaveSliceInfoDefOrBuilder () Support for saving variables as slices of a larger variable. |
| entero | |
| Cadena | getNombre de la instantánea () Name of the snapshot tensor. |
| com.google.protobuf.ByteString | getInstantáneaNombreBytes () Name of the snapshot tensor. |
| Sincronización de variables | obtener sincronización () Indicates when a distributed variable will be synced. |
| entero | getSynchronizationValue () Indicates when a distributed variable will be synced. |
| booleano | obtener entrenable () Whether this variable should be trained. |
| com.google.protobuf.UnknownFieldSet final | |
| Cadena | obtener nombre de variable () Name of the variable tensor. |
| com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
| booleano | hasSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
| entero | código hash () |
| booleano final | |
| VariableDef.Builder estático | newBuilder (prototipo de VariableDef ) |
| VariableDef.Builder estático | |
| ConstructorDef.Variable | |
| definición de variable estática | parseDelimitedFrom (entrada de InputStream) |
| definición de variable estática | parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| definición de variable estática | parseFrom (datos de ByteBuffer) |
| definición de variable estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
| definición de variable estática | parseFrom (datos de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| definición de variable estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
| definición de variable estática | parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| definición de variable estática | parseFrom (datos com.google.protobuf.ByteString) |
| definición de variable estática | parseFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| definición de variable estática | parseFrom (com.google.protobuf.ByteString datos, com.google.protobuf.ExtensionRegistryLite extensiónRegistry) |
| estático | analizador () |
| ConstructorDef.Variable | |
| vacío | writeTo (salida de com.google.protobuf.CodedOutputStream) |
Métodos heredados
Constantes
int final estático público AGGREGATION_FIELD_NUMBER
Valor constante: 9
int final estático público INITIALIZER_NAME_FIELD_NUMBER
Valor constante: 2
int final estático público INITIAL_VALUE_NAME_FIELD_NUMBER
Valor constante: 6
int final estático público IS_RESOURCE_FIELD_NUMBER
Valor constante: 5
int final estático público SAVE_SLICE_INFO_DEF_FIELD_NUMBER
Valor constante: 4
público estático final int SNAPSHOT_NAME_FIELD_NUMBER
Valor constante: 3
int final estático público SYNCHRONIZATION_FIELD_NUMBER
Valor constante: 8
int final estático público TRAINABLE_FIELD_NUMBER
Valor constante: 7
int final estático público VARIABLE_NAME_FIELD_NUMBER
Valor constante: 1
Métodos públicos
público booleano es igual (Objeto obj)
agregación de variables pública getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; público int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
Cadena pública getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; público com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; cadena pública getInitializerName ()
Name of the initializer op.
string initializer_name = 2; público com.google.protobuf.ByteString getInitializerNameBytes ()
Name of the initializer op.
string initializer_name = 2; getIsResource booleano público ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5; público getParserForType ()
público SaveSliceInfoDef getSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; público SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; público int getSerializedSize ()
Cadena pública getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3; público com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3; getSynchronization () de sincronización de variables públicas
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; público int getSynchronizationValue ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; getTrainable público booleano ()
Whether this variable should be trained.
bool trainable = 7; público final com.google.protobuf.UnknownFieldSet getUnknownFields ()
cadena pública getVariableName ()
Name of the variable tensor.
string variable_name = 1; público com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1; hasSaveSliceInfoDef booleano público ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; código hash int público ()
público final booleano isInitialized ()
público estático VariableDef parseDelimitedFrom (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
parseFrom público estático VariableDef (datos ByteBuffer)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
público estático VariableDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
público estático VariableDef parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
parseFrom público estático VariableDef (entrada com.google.protobuf.CodedInputStream)
Lanza
| IOExcepción |
|---|
público estático VariableDef parseFrom (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
parseFrom público estático VariableDef (datos com.google.protobuf.ByteString)
Lanza
| Excepción de buffer de protocolo no válido |
|---|
parseFrom público estático de VariableDef (entrada de InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOExcepción |
|---|
público estático VariableDef 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 |
|---|