VariableDef.Builder

VariableDef.Builder de clase final estática pública

 Protocol buffer representing a Variable.
 
Tipo de tensorflow.VariableDef

Métodos públicos

VariableDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
VariableDef
VariableDef
VariableDef.Builder
claro ()
VariableDef.Builder
clearAggregation ()
 Indicates how a distributed variable will be aggregated.
VariableDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
VariableDef.Builder
clearInitialValueName ()
 Name of the tensor holding the variable's initial value.
VariableDef.Builder
clearInitializerName ()
 Name of the initializer op.
VariableDef.Builder
clearIsResource ()
 Whether to represent this as a ResourceVariable.
VariableDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
VariableDef.Builder
clearSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
VariableDef.Builder
clearSnapshotName ()
 Name of the snapshot tensor.
VariableDef.Builder
clearSynchronization ()
 Indicates when a distributed variable will be synced.
VariableDef.Builder
clearTrainable ()
 Whether this variable should be trained.
VariableDef.Builder
clearVariableName ()
 Name of the variable tensor.
VariableDef.Builder
clon ()
Agregación variable
getAggregation ()
 Indicates how a distributed variable will be aggregated.
En t
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
VariableDef
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
Cuerda
getInitialValueName ()
 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.
Cuerda
getInitializerName ()
 Name of the initializer op.
com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
booleano
getIsResource ()
 Whether to represent this as a ResourceVariable.
SaveSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
SaveSliceInfoDef.Builder
getSaveSliceInfoDefBuilder ()
 Support for saving variables as slices of a larger variable.
SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
Cuerda
getSnapshotName ()
 Name of the snapshot tensor.
com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
Sincronización de variables
getSynchronization ()
 Indicates when a distributed variable will be synced.
En t
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
booleano
getTrainable ()
 Whether this variable should be trained.
Cuerda
getVariableName ()
 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
VariableDef.Builder
mergeFrom (com.google.protobuf.Message otro)
VariableDef.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariableDef.Builder
mergeSaveSliceInfoDef (valor SaveSliceInfoDef )
 Support for saving variables as slices of a larger variable.
VariableDef.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
VariableDef.Builder
setAggregation (valor de VariableAggregation )
 Indicates how a distributed variable will be aggregated.
VariableDef.Builder
setAggregationValue (valor int)
 Indicates how a distributed variable will be aggregated.
VariableDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
VariableDef.Builder
setInitialValueName (valor de cadena)
 Name of the tensor holding the variable's initial value.
VariableDef.Builder
setInitialValueNameBytes (valor com.google.protobuf.ByteString)
 Name of the tensor holding the variable's initial value.
VariableDef.Builder
setInitializerName (valor de cadena)
 Name of the initializer op.
VariableDef.Builder
setInitializerNameBytes (valor de com.google.protobuf.ByteString)
 Name of the initializer op.
VariableDef.Builder
setIsResource (valor booleano)
 Whether to represent this as a ResourceVariable.
VariableDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
VariableDef.Builder
setSaveSliceInfoDef (valor SaveSliceInfoDef )
 Support for saving variables as slices of a larger variable.
VariableDef.Builder
setSaveSliceInfoDef ( SaveSliceInfoDef.Builder builderForValue)
 Support for saving variables as slices of a larger variable.
VariableDef.Builder
setSnapshotName (valor de cadena)
 Name of the snapshot tensor.
VariableDef.Builder
setSnapshotNameBytes (valor de com.google.protobuf.ByteString)
 Name of the snapshot tensor.
VariableDef.Builder
setSynchronization (valor de VariableSynchronization )
 Indicates when a distributed variable will be synced.
VariableDef.Builder
setSynchronizationValue (valor int)
 Indicates when a distributed variable will be synced.
VariableDef.Builder
setTrainable (valor booleano)
 Whether this variable should be trained.
VariableDef.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
VariableDef.Builder
setVariableName (valor de cadena)
 Name of the variable tensor.
VariableDef.Builder
setVariableNameBytes (valor de com.google.protobuf.ByteString)
 Name of the variable tensor.

Métodos heredados

Métodos públicos

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

public VariableDef build ()

public VariableDef buildPartial ()

public VariableDef.Builder clear ()

public VariableDef.Builder clearAggregation ()

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

public VariableDef.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public VariableDef.Builder clearInitialValueName ()

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

public VariableDef.Builder clearInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

public VariableDef.Builder clearIsResource ()

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

public VariableDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public VariableDef.Builder clearSaveSliceInfoDef ()

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

public VariableDef.Builder clearSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableDef.Builder clearSynchronization ()

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

public VariableDef.Builder clearTrainable ()

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

public VariableDef.Builder clearVariableName ()

 Name of the variable tensor.
 
string variable_name = 1; nombre_variable string variable_name = 1;

public VariableDef.Builder clone ()

public VariableAggregation getAggregation ()

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

public int getAggregationValue ()

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

public VariableDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getInitialValueName ()

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

public com.google.protobuf.ByteString getInitialValueNameBytes ()

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

public String getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

public 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;

public SaveSliceInfoDef getSaveSliceInfoDef ()

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

public SaveSliceInfoDef.Builder getSaveSliceInfoDefBuilder ()

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

public SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

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

public String getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public com.google.protobuf.ByteString getSnapshotNameBytes ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableSynchronization getSynchronization ()

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

public int getSynchronizationValue ()

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

public boolean getTrainable ()

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

public String getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1; nombre_variable string variable_name = 1;

public com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1; nombre_variable string variable_name = 1;

public boolean hasSaveSliceInfoDef ()

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

public final boolean isInitialized ()

public VariableDef.Builder mergeFrom (com.google.protobuf.Message other)

public VariableDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOException

public VariableDef.Builder mergeSaveSliceInfoDef (valor SaveSliceInfoDef )

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

Public final VariableDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public VariableDef.Builder setAggregation (valor de VariableAggregation )

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

public VariableDef.Builder setAggregationValue (valor int)

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

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

public VariableDef.Builder setInitialValueName (valor de cadena)

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

public VariableDef.Builder setInitialValueNameBytes (valor de 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;

public VariableDef.Builder setInitializerNameBytes (valor de com.google.protobuf.ByteString)

 Name of the initializer op.
 
string initializer_name = 2;

public VariableDef.Builder setIsResource (valor booleano)

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

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

public VariableDef.Builder setSaveSliceInfoDef (valor SaveSliceInfoDef )

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

public 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;

public VariableDef.Builder setSnapshotNameBytes (valor de com.google.protobuf.ByteString)

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableDef.Builder setSynchronization (valor de VariableSynchronization )

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

public VariableDef.Builder setSynchronizationValue (valor int)

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

public VariableDef.Builder setTrainable (valor booleano)

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

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

public VariableDef.Builder setVariableName (valor de cadena)

 Name of the variable tensor.
 
string variable_name = 1; nombre_variable string variable_name = 1;

public VariableDef.Builder setVariableNameBytes (valor de com.google.protobuf.ByteString)

 Name of the variable tensor.
 
string variable_name = 1; nombre_variable string variable_name = 1;