VariableDef.Builder

clase final estática pública VariableDef.Builder

 Protocol buffer representing a Variable.
 
Protobuf tipo tensorflow.VariableDef

Métodos públicos

ConstructorDef.Variable
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Definición de variable
Definición de variable
ConstructorDef.Variable
claro ()
ConstructorDef.Variable
borrarAgregación ()
 Indicates how a distributed variable will be aggregated.
ConstructorDef.Variable
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
ConstructorDef.Variable
borrarNombreValorInicial ()
 Name of the tensor holding the variable's initial value.
ConstructorDef.Variable
borrarNombreInicializador ()
 Name of the initializer op.
ConstructorDef.Variable
borrarIsResource ()
 Whether to represent this as a ResourceVariable.
ConstructorDef.Variable
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
ConstructorDef.Variable
borrarSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
ConstructorDef.Variable
borrar nombre de instantánea ()
 Name of the snapshot tensor.
ConstructorDef.Variable
borrar sincronización ()
 Indicates when a distributed variable will be synced.
ConstructorDef.Variable
claro entrenable ()
 Whether this variable should be trained.
ConstructorDef.Variable
borrar nombre de variable ()
 Name of the variable tensor.
ConstructorDef.Variable
clonar ()
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
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
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.
SaveSliceInfoDef.Builder
getSaveSliceInfoDefBuilder ()
 Support for saving variables as slices of a larger variable.
GuardarSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
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.
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.
booleano final
ConstructorDef.Variable
mergeFrom (com.google.protobuf.Message otro)
ConstructorDef.Variable
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
ConstructorDef.Variable
mergeSaveSliceInfoDef (valor SaveSliceInfoDef )
 Support for saving variables as slices of a larger variable.
final VariableDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
ConstructorDef.Variable
setAggregation (valor de agregación variable )
 Indicates how a distributed variable will be aggregated.
ConstructorDef.Variable
setAggregationValue (valor int)
 Indicates how a distributed variable will be aggregated.
ConstructorDef.Variable
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
ConstructorDef.Variable
setInitialValueName (valor de cadena)
 Name of the tensor holding the variable's initial value.
ConstructorDef.Variable
setInitialValueNameBytes (valor com.google.protobuf.ByteString)
 Name of the tensor holding the variable's initial value.
ConstructorDef.Variable
setInitializerName (valor de cadena)
 Name of the initializer op.
ConstructorDef.Variable
setInitializerNameBytes (valor com.google.protobuf.ByteString)
 Name of the initializer op.
ConstructorDef.Variable
setIsResource (valor booleano)
 Whether to represent this as a ResourceVariable.
ConstructorDef.Variable
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
ConstructorDef.Variable
setSaveSliceInfoDef (valor SaveSliceInfoDef )
 Support for saving variables as slices of a larger variable.
ConstructorDef.Variable
setSaveSliceInfoDef ( SaveSliceInfoDef.Builder builderForValue)
 Support for saving variables as slices of a larger variable.
ConstructorDef.Variable
setSnapshotName (valor de cadena)
 Name of the snapshot tensor.
ConstructorDef.Variable
setSnapshotNameBytes (valor com.google.protobuf.ByteString)
 Name of the snapshot tensor.
ConstructorDef.Variable
setSynchronization (valor de sincronización variable )
 Indicates when a distributed variable will be synced.
ConstructorDef.Variable
setSynchronizationValue (valor int)
 Indicates when a distributed variable will be synced.
ConstructorDef.Variable
setTrainable (valor booleano)
 Whether this variable should be trained.
final VariableDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
ConstructorDef.Variable
setVariableName (valor de cadena)
 Name of the variable tensor.
ConstructorDef.Variable
setVariableNameBytes (valor com.google.protobuf.ByteString)
 Name of the variable tensor.

Métodos heredados

Métodos públicos

público VariableDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública de VariableDef ()

pública VariableDef buildPartial ()

público VariableDef.Builder claro ()

pública VariableDef.Builder clearAggregation ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

público VariableDef.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público VariableDef.Builder clearInitialValueName ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

pública VariableDef.Builder clearInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

público VariableDef.Builder clearIsResource ()

 Whether to represent this as a ResourceVariable.
 
bool is_resource = 5;

pública VariableDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

público VariableDef.Builder clearSaveSliceInfoDef ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

pública VariableDef.Builder clearSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

pública VariableDef.Builder clearSynchronization ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

público VariableDef.Builder clearTrainable ()

 Whether this variable should be trained.
 
bool trainable = 7;

pública VariableDef.Builder clearVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

clon público de VariableDef.Builder ()

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

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

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

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

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

público SaveSliceInfoDef.Builder getSaveSliceInfoDefBuilder ()

 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;

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;

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;

público final booleano isInitialized ()

público VariableDef.Builder mergeFrom (com.google.protobuf.Message otro)

público VariableDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

público VariableDef.Builder mergeSaveSliceInfoDef (valor SaveSliceInfoDef )

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

público final VariableDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

public VariableDef.Builder setAggregation (valor de VariableAggregation )

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

público VariableDef.Builder setAggregationValue (valor int)

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

público VariableDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público VariableDef.Builder setInitialValueName (valor de cadena)

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

público VariableDef.Builder setInitialValueNameBytes (valor com.google.protobuf.ByteString)

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

public VariableDef.Builder setInitializerName (valor de cadena)

 Name of the initializer op.
 
string initializer_name = 2;

público VariableDef.Builder setInitializerNameBytes (valor com.google.protobuf.ByteString)

 Name of the initializer op.
 
string initializer_name = 2;

público VariableDef.Builder setIsResource (valor booleano)

 Whether to represent this as a ResourceVariable.
 
bool is_resource = 5;

público VariableDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

público VariableDef.Builder setSaveSliceInfoDef (valor SaveSliceInfoDef )

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

público VariableDef.Builder setSaveSliceInfoDef ( SaveSliceInfoDef.Builder builderForValue)

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

public VariableDef.Builder setSnapshotName (valor de cadena)

 Name of the snapshot tensor.
 
string snapshot_name = 3;

público VariableDef.Builder setSnapshotNameBytes (valor com.google.protobuf.ByteString)

 Name of the snapshot tensor.
 
string snapshot_name = 3;

público VariableDef.Builder setSynchronization (valor de sincronización variable )

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

público VariableDef.Builder setSynchronizationValue (valor int)

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

público VariableDef.Builder setTrainable (valor booleano)

 Whether this variable should be trained.
 
bool trainable = 7;

público final VariableDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

public VariableDef.Builder setVariableName (valor de cadena)

 Name of the variable tensor.
 
string variable_name = 1;

público VariableDef.Builder setVariableNameBytes (valor com.google.protobuf.ByteString)

 Name of the variable tensor.
 
string variable_name = 1;