VariableDef.Builder

classe finale statica pubblica VariableDef.Builder

 Protocol buffer representing a Variable.
 
Tipo protobuf tensorflow.VariableDef

Metodi pubblici

VariabileDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
VariabileDef
VariabileDef
VariabileDef.Builder
chiaro ()
VariabileDef.Builder
clearAggregazione ()
 Indicates how a distributed variable will be aggregated.
VariabileDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
VariabileDef.Builder
clearInitialValueName ()
 Name of the tensor holding the variable's initial value.
VariabileDef.Builder
clearInitializerName ()
 Name of the initializer op.
VariabileDef.Builder
clearIsResource ()
 Whether to represent this as a ResourceVariable.
VariabileDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
VariabileDef.Builder
clearSalvaSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
VariabileDef.Builder
clearSnapshotName ()
 Name of the snapshot tensor.
VariabileDef.Builder
cancellasincronizzazione ()
 Indicates when a distributed variable will be synced.
VariabileDef.Builder
cancellaTrainable ()
 Whether this variable should be trained.
VariabileDef.Builder
clearVariabileNome ()
 Name of the variable tensor.
VariabileDef.Builder
clone ()
Aggregazione di variabili
getAggregazione ()
 Indicates how a distributed variable will be aggregated.
int
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
VariabileDef
com.google.protobuf.Descriptors.Descriptor statico finale
com.google.protobuf.Descriptors.Descriptor
Corda
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.
Corda
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.
SalvaSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
SaveSliceInfoDef.Builder
getSaveSliceInfoDefBuilder ()
 Support for saving variables as slices of a larger variable.
SalvaSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
Corda
getSnapshotName ()
 Name of the snapshot tensor.
com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
Sincronizzazione variabile
getSynchronization ()
 Indicates when a distributed variable will be synced.
int
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
booleano
getTrainable ()
 Whether this variable should be trained.
Corda
getVariabileNome ()
 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 finale
VariabileDef.Builder
mergeFrom (com.google.protobuf.Message altro)
VariabileDef.Builder
mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
VariabileDef.Builder
mergeSaveSliceInfoDef (valore SaveSliceInfoDef )
 Support for saving variables as slices of a larger variable.
finale VariableDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
VariabileDef.Builder
setAggregation (valore VariableAggregation )
 Indicates how a distributed variable will be aggregated.
VariabileDef.Builder
setAggregationValue (valore int)
 Indicates how a distributed variable will be aggregated.
VariabileDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
VariabileDef.Builder
setInitialValueName (valore stringa)
 Name of the tensor holding the variable's initial value.
VariabileDef.Builder
setInitialValueNameBytes (valore com.google.protobuf.ByteString)
 Name of the tensor holding the variable's initial value.
VariabileDef.Builder
setInitializerName (valore stringa)
 Name of the initializer op.
VariabileDef.Builder
setInitializerNameBytes (valore com.google.protobuf.ByteString)
 Name of the initializer op.
VariabileDef.Builder
setIsResource (valore booleano)
 Whether to represent this as a ResourceVariable.
VariabileDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
VariabileDef.Builder
setSaveSliceInfoDef (valore SaveSliceInfoDef )
 Support for saving variables as slices of a larger variable.
VariabileDef.Builder
setSaveSliceInfoDef ( SaveSliceInfoDef.Builder builderForValue)
 Support for saving variables as slices of a larger variable.
VariabileDef.Builder
setSnapshotName (valore stringa)
 Name of the snapshot tensor.
VariabileDef.Builder
setSnapshotNameBytes (valore com.google.protobuf.ByteString)
 Name of the snapshot tensor.
VariabileDef.Builder
setSynchronization (valore VariableSynchronization )
 Indicates when a distributed variable will be synced.
VariabileDef.Builder
setSynchronizationValue (valore int)
 Indicates when a distributed variable will be synced.
VariabileDef.Builder
setTrainable (valore booleano)
 Whether this variable should be trained.
finale VariableDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
VariabileDef.Builder
setVariableName (valore stringa)
 Name of the variable tensor.
VariabileDef.Builder
setVariableNameBytes (valore com.google.protobuf.ByteString)
 Name of the variable tensor.

Metodi ereditati

Metodi pubblici

public VariableDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

build pubblica VariableDef ()

public VariableDef buildPartial ()

public VariableDef.Builder cancella ()

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;

clone pubblico VariableDef.Builder ()

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

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

stringa pubblica getInitialValueName ()

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

pubblico com.google.protobuf.ByteString getInitialValueNameBytes ()

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

stringa pubblica getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

pubblico com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

pubblico booleano getIsResource ()

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

pubblico SaveSliceInfoDef getSaveSliceInfoDef ()

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

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

stringa pubblica getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

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

pubblico booleano getTrainable ()

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

stringa pubblica getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

pubblico com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

booleano pubblico hasSaveSliceInfoDef ()

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

public final booleano isInitialized ()

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

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

Lancia
IOException

public VariableDef.Builder mergeSaveSliceInfoDef (valore 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 (valore VariableAggregation )

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

public VariableDef.Builder setAggregationValue (valore int)

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

public VariableDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)

public VariableDef.Builder setInitialValueName (valore stringa)

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

public VariableDef.Builder setInitialValueNameBytes (valore com.google.protobuf.ByteString)

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

public VariableDef.Builder setInitializerName (valore stringa)

 Name of the initializer op.
 
string initializer_name = 2;

public VariableDef.Builder setInitializerNameBytes (valore com.google.protobuf.ByteString)

 Name of the initializer op.
 
string initializer_name = 2;

public VariableDef.Builder setIsResource (valore booleano)

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

public VariableDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)

public VariableDef.Builder setSaveSliceInfoDef (valore 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 (valore stringa)

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableDef.Builder setSnapshotNameBytes (valore com.google.protobuf.ByteString)

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableDef.Builder setSynchronization (valore VariableSynchronization )

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

public VariableDef.Builder setSynchronizationValue (valore int)

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

public VariableDef.Builder setTrainable (valore booleano)

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

public final VariableDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

public VariableDef.Builder setVariableName (valore stringa)

 Name of the variable tensor.
 
string variable_name = 1;

public VariableDef.Builder setVariableNameBytes (valore com.google.protobuf.ByteString)

 Name of the variable tensor.
 
string variable_name = 1;