classe finale statique publique VariableDef.Builder
Protocol buffer representing a Variable.
tensorflow.VariableDef de type Protobuf.VariableDef Méthodes publiques
| VariableDef.Builder | addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
| VariableDéf | construire () |
| VariableDéf | buildPartial () |
| VariableDef.Builder | clair () |
| VariableDef.Builder | clearAgrégation () Indicates how a distributed variable will be aggregated. |
| VariableDef.Builder | clearField (champ 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 | clearSynchronisation () 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 | cloner () |
| Agrégation de variables | getAgrégation () Indicates how a distributed variable will be aggregated. |
| int | getAggregationValue () Indicates how a distributed variable will be aggregated. |
| VariableDéf | |
| final statique com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| Chaîne | 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. |
| Chaîne | getInitializerName () Name of the initializer op. |
| com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
| booléen | getIsResource () Whether to represent this as a ResourceVariable. |
| EnregistrerSliceInfoDef | 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. |
| Chaîne | getSnapshotName () Name of the snapshot tensor. |
| com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
| Synchronisation des variables | getSynchronisation () Indicates when a distributed variable will be synced. |
| int | getSynchronizationValue () Indicates when a distributed variable will be synced. |
| booléen | obtenirTrainable () Whether this variable should be trained. |
| Chaîne | getVariableName () Name of the variable tensor. |
| com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
| booléen | hasSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
| booléen final | |
| VariableDef.Builder | mergeFrom (com.google.protobuf.Message autre) |
| VariableDef.Builder | mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariableDef.Builder | mergeSaveSliceInfoDef (valeur SaveSliceInfoDef ) Support for saving variables as slices of a larger variable. |
| variableDef.Builder finale | mergeUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
| VariableDef.Builder | setAggregation (valeur VariableAggregation ) Indicates how a distributed variable will be aggregated. |
| VariableDef.Builder | setAggregationValue (valeur entière) Indicates how a distributed variable will be aggregated. |
| VariableDef.Builder | setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet) |
| VariableDef.Builder | setInitialValueName (valeur de chaîne) Name of the tensor holding the variable's initial value. |
| VariableDef.Builder | setInitialValueNameBytes (valeur com.google.protobuf.ByteString) Name of the tensor holding the variable's initial value. |
| VariableDef.Builder | setInitializerName (valeur de chaîne) Name of the initializer op. |
| VariableDef.Builder | setInitializerNameBytes (valeur com.google.protobuf.ByteString) Name of the initializer op. |
| VariableDef.Builder | setIsResource (valeur booléenne) Whether to represent this as a ResourceVariable. |
| VariableDef.Builder | setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet) |
| VariableDef.Builder | setSaveSliceInfoDef (valeur 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 (valeur de chaîne) Name of the snapshot tensor. |
| VariableDef.Builder | setSnapshotNameBytes (valeur com.google.protobuf.ByteString) Name of the snapshot tensor. |
| VariableDef.Builder | setSynchronization (valeur de VariableSynchronization ) Indicates when a distributed variable will be synced. |
| VariableDef.Builder | setSynchronizationValue (valeur entière) Indicates when a distributed variable will be synced. |
| VariableDef.Builder | setTrainable (valeur booléenne) Whether this variable should be trained. |
| variableDef.Builder finale | setUnknownFields (com.google.protobuf.UnknownFieldSet inconnuFields) |
| VariableDef.Builder | setVariableName (valeur de chaîne) Name of the variable tensor. |
| VariableDef.Builder | setVariableNameBytes (valeur com.google.protobuf.ByteString) Name of the variable tensor. |
Méthodes héritées
Méthodes publiques
public VariableDef.Builder addRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public VariableDef.Builder clearAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; 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 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; 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 statique final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
chaîne publique 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; chaîne publique 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; public booléen getIsResource ()
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; chaîne publique 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 booléen getTrainable ()
Whether this variable should be trained.
bool trainable = 7; chaîne publique getVariableName ()
Name of the variable tensor.
string variable_name = 1; public com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1; public booléen hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; public final booléen isInitialized ()
public VariableDef.Builder mergeFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Jetés
| IOException |
|---|
public VariableDef.Builder mergeSaveSliceInfoDef (valeur 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 (valeur VariableAggregation )
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; public VariableDef.Builder setAggregationValue (valeur int)
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; public VariableDef.Builder setField (champ com.google.protobuf.Descriptors.FieldDescriptor, valeur de l'objet)
public VariableDef.Builder setInitialValueName (valeur de chaîne)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; public VariableDef.Builder setInitialValueNameBytes (valeur com.google.protobuf.ByteString)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; public VariableDef.Builder setInitializerName (valeur de chaîne)
Name of the initializer op.
string initializer_name = 2; public VariableDef.Builder setInitializerNameBytes (valeur com.google.protobuf.ByteString)
Name of the initializer op.
string initializer_name = 2; public VariableDef.Builder setIsResource (valeur booléenne)
Whether to represent this as a ResourceVariable.
bool is_resource = 5; public VariableDef.Builder setRepeatedField (champ com.google.protobuf.Descriptors.FieldDescriptor, index int, valeur de l'objet)
public VariableDef.Builder setSaveSliceInfoDef (valeur 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 (valeur de chaîne)
Name of the snapshot tensor.
string snapshot_name = 3; public VariableDef.Builder setSnapshotNameBytes (valeur com.google.protobuf.ByteString)
Name of the snapshot tensor.
string snapshot_name = 3; public VariableDef.Builder setSynchronization (valeur VariableSynchronization )
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; public VariableDef.Builder setSynchronizationValue (valeur int)
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; public VariableDef.Builder setTrainable (valeur booléenne)
Whether this variable should be trained.
bool trainable = 7; public final VariableDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public VariableDef.Builder setVariableName (valeur de chaîne)
Name of the variable tensor.
string variable_name = 1; public VariableDef.Builder setVariableNameBytes (valeur com.google.protobuf.ByteString)
Name of the variable tensor.
string variable_name = 1;