VariableDef

clase final pública VariableDef

 Protocol buffer representing a Variable.
 
Protobuf tipo tensorflow.VariableDef

Clases anidadas

clase ConstructorDef.Variable
 Protocol buffer representing a Variable. 

Constantes

En t AGGREGATION_FIELD_NUMBER
En t INITIALIZER_NAME_FIELD_NUMBER
En t INITIAL_VALUE_NAME_FIELD_NUMBER
En t IS_RESOURCE_FIELD_NUMBER
En t SAVE_SLICE_INFO_DEF_FIELD_NUMBER
En t INSTANTÁNEA_NOMBRE_CAMPO_NÚMERO
En t SINCHRONIZACIÓN_CAMPO_NÚMERO
En t TRAINABLE_FIELD_NUMBER
En t 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.
En t
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.
En t
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.
En t
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.
En t
booleano final
VariableDef.Builder estático
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
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ública estática VariableDef getDefaultInstance ()

pública VariableDef getDefaultInstanceForType ()

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;

sincronización de variables públicas getSynchronization ()

 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.Builder newBuilder (prototipo de VariableDef )

pública estática VariableDef.Builder newBuilder ()

pública VariableDef.Builder newBuilderForType ()

público estático VariableDef parseDelimitedFrom (entrada de InputStream)

Lanza
IOExcepción

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

parseFrom variableDef estático público (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

parseFrom público estático de VariableDef (datos de 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

análisis público estático de VariableDef (byte[] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
Excepción de buffer de protocolo no válido

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

Lanza
Excepción de buffer de protocolo no válido

parseFrom variableDef estático público (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 ()

pública VariableDef.Builder toBuilder ()

escritura vacía pública (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOExcepción