کلاس نهایی استاتیک عمومی VariableDef.Builder
Protocol buffer representing a Variable.
tensorflow.VariableDef روش های عمومی
| VariableDef.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| VariableDef | ساختن () |
| VariableDef | ساخت جزئی () |
| VariableDef.Builder | روشن () |
| VariableDef.Builder | clearAggregation () Indicates how a distributed variable will be aggregated. |
| VariableDef.Builder | clearField (فیلد 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 | کلون () |
| VariableAggregation | getAggregation () Indicates how a distributed variable will be aggregated. |
| بین المللی | getAggregationValue () Indicates how a distributed variable will be aggregated. |
| VariableDef | |
| نهایی static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| رشته | 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. |
| رشته | getInitializerName () Name of the initializer op. |
| com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
| بولی | 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. |
| رشته | getSnapshotName () Name of the snapshot tensor. |
| com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
| همگام سازی متغیر | getSynchronization () Indicates when a distributed variable will be synced. |
| بین المللی | getSynchronizationValue () Indicates when a distributed variable will be synced. |
| بولی | getTrainable () Whether this variable should be trained. |
| رشته | getVariableName () Name of the variable tensor. |
| com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
| بولی | hasSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
| بولی نهایی | |
| VariableDef.Builder | mergeFrom (com.google.protobuf.Message other) |
| VariableDef.Builder | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| VariableDef.Builder | mergeSaveSliceInfoDef (مقدار SaveSliceInfoDef ) Support for saving variables as slices of a larger variable. |
| VariableDef.Builder نهایی | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| VariableDef.Builder | setAggregation (مقدار VariableAggregation ) Indicates how a distributed variable will be aggregated. |
| VariableDef.Builder | setAggregationValue (مقدار int) Indicates how a distributed variable will be aggregated. |
| VariableDef.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| VariableDef.Builder | setInitialValueName (مقدار رشته) Name of the tensor holding the variable's initial value. |
| VariableDef.Builder | setInitialValueNameBytes (مقدار com.google.protobuf.ByteString) Name of the tensor holding the variable's initial value. |
| VariableDef.Builder | setInitializerName (مقدار رشته) Name of the initializer op. |
| VariableDef.Builder | setInitializerNameBytes (مقدار com.google.protobuf.ByteString) Name of the initializer op. |
| VariableDef.Builder | setIsResource (مقدار بولی) Whether to represent this as a ResourceVariable. |
| VariableDef.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
| VariableDef.Builder | setSaveSliceInfoDef (مقدار 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 (مقدار رشته) Name of the snapshot tensor. |
| VariableDef.Builder | setSnapshotNameBytes (مقدار com.google.protobuf.ByteString) Name of the snapshot tensor. |
| VariableDef.Builder | |
| VariableDef.Builder | setSynchronizationValue (مقدار int) Indicates when a distributed variable will be synced. |
| VariableDef.Builder | setTrainable (مقدار بولی) Whether this variable should be trained. |
| VariableDef.Builder نهایی | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| VariableDef.Builder | setVariableName (مقدار رشته) Name of the variable tensor. |
| VariableDef.Builder | setVariableNameBytes (مقدار com.google.protobuf.ByteString) Name of the variable tensor. |
روش های ارثی
روش های عمومی
public VariableDef.Builder addRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor، مقدار Object)
عمومی 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; عمومی 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; عمومی 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; عمومی 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; عمومی VariableAggregation getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; عمومی int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
عمومی com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
رشته عمومی getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; عمومی com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; رشته عمومی getInitializerName ()
Name of the initializer op.
string initializer_name = 2; عمومی com.google.protobuf.ByteString getInitializerNameBytes ()
Name of the initializer op.
string initializer_name = 2; getIsResource بولین عمومی ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5; عمومی SaveSliceInfoDef getSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; عمومی SaveSliceInfoDef.Builder getSaveSliceInfoDefBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; عمومی SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; رشته عمومی getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3; عمومی com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3; همگام سازی متغیر عمومی getSynchronization ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; عمومی int getSynchronizationValue ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; getTrainable بولین عمومی ()
Whether this variable should be trained.
bool trainable = 7; رشته عمومی getVariableName ()
Name of the variable tensor.
string variable_name = 1; عمومی com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1; بولی عمومی hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; بولین نهایی عمومی isInitialized ()
عمومی VariableDef.Builder mergeFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی VariableDef.Builder mergeSaveSliceInfoDef (مقدار SaveSliceInfoDef )
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; عمومی VariableDef.Builder setAggregation (مقدار VariableAggregation )
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; public VariableDef.Builder setAggregationValue (مقدار int)
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; public VariableDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
public VariableDef.Builder setInitialValueName (مقدار رشته)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; public VariableDef.Builder setInitialValueNameBytes (مقدار com.google.protobuf.ByteString)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; public VariableDef.Builder setInitializerName (مقدار رشته)
Name of the initializer op.
string initializer_name = 2; public VariableDef.Builder setInitializerNameBytes (مقدار com.google.protobuf.ByteString)
Name of the initializer op.
string initializer_name = 2; public VariableDef.Builder setIsResource (مقدار بولی)
Whether to represent this as a ResourceVariable.
bool is_resource = 5; public VariableDef.Builder setRepeatedField (فیلد com.google.protobuf.Descriptors.FieldDescriptor, int index, Object value)
عمومی VariableDef.Builder setSaveSliceInfoDef (مقدار SaveSliceInfoDef )
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; عمومی 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 (مقدار رشته)
Name of the snapshot tensor.
string snapshot_name = 3; public VariableDef.Builder setSnapshotNameBytes (مقدار com.google.protobuf.ByteString)
Name of the snapshot tensor.
string snapshot_name = 3; عمومی VariableDef.Builder setSynchronization (مقدار VariableSynchronization )
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; public VariableDef.Builder setSynchronizationValue (مقدار int)
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; public VariableDef.Builder setTrainable (مقدار بولی)
Whether this variable should be trained.
bool trainable = 7; public VariableDef.Builder setVariableName (مقدار رشته)
Name of the variable tensor.
string variable_name = 1; public VariableDef.Builder setVariableNameBytes (مقدار com.google.protobuf.ByteString)
Name of the variable tensor.
string variable_name = 1;