מחלקה סופית סטטית ציבורית VariableDef.Builder
Protocol buffer representing a Variable.
tensorflow.VariableDef מסוג Protobuf.VariableDef שיטות ציבוריות
| VariableDef.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
| VariableDef | לבנות () |
| VariableDef | buildPartial () |
| 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 | שיבוט () |
| צבירה משתנה | getAggregation () Indicates how a distributed variable will be aggregated. |
| int | getAggregationValue () Indicates how a distributed variable will be aggregated. |
| VariableDef | |
| final 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. |
| int | 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 אחר) |
| 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. |
| final VariableDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| VariableDef.Builder | |
| VariableDef.Builder | setAggregationValue (ערך int) Indicates how a distributed variable will be aggregated. |
| VariableDef.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
| 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, אינדקס אינט, ערך אובייקט) |
| 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 | setSynchronization (ערך VariableSynchronization ) Indicates when a distributed variable will be synced. |
| VariableDef.Builder | setSynchronizationValue (ערך int) Indicates when a distributed variable will be synced. |
| VariableDef.Builder | setTrainable (ערך בוליאני) Whether this variable should be trained. |
| final VariableDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| 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, ערך אובייקט)
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 static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
מחרוזת ציבורית 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; מחרוזת ציבורית 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 בוליאני ציבורי ()
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; מחרוזת ציבורית 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; getTrainable בוליאני ציבורי ()
Whether this variable should be trained.
bool trainable = 7; מחרוזת ציבורית 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; בוליאני ציבורי hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; בוליאני הסופי הציבורי הוא אתחול ()
public VariableDef.Builder mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| IOException |
|---|
public VariableDef.Builder mergeSaveSliceInfoDef (ערך 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 (ערך 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, ערך אובייקט)
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, ערך אובייקט)
public VariableDef.Builder setSaveSliceInfoDef (ערך 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 (ערך מחרוזת)
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; public 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 final VariableDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
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;