الواجهة العامة VariableDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
تجميع متغير مجردة | الحصول على التجميع () Indicates how a distributed variable will be aggregated. |
كثافة العمليات مجردة | الحصول على قيمة التجميع () Indicates how a distributed variable will be aggregated. |
سلسلة مجردة | 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. |
سلسلة مجردة | الحصول على اسم التهيئة () Name of the initializer op. |
مجردة com.google.protobuf.ByteString | الحصول علىInitializerNameBytes () Name of the initializer op. |
منطقية مجردة | الحصول على الموارد () Whether to represent this as a ResourceVariable. |
مجردة SaveSliceInfoDef | الحصول على SaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
مجردة SaveSliceInfoDefOrBuilder | الحصول على SaveSliceInfoDefOrBuilder () Support for saving variables as slices of a larger variable. |
سلسلة مجردة | الحصول علىSnapshotName () Name of the snapshot tensor. |
مجردة com.google.protobuf.ByteString | الحصول علىSnapshotNameBytes () Name of the snapshot tensor. |
مجردة VariableSynchronization | الحصول على التزامن () Indicates when a distributed variable will be synced. |
كثافة العمليات مجردة | الحصول على قيمة المزامنة () Indicates when a distributed variable will be synced. |
منطقية مجردة | الحصول على التدريب () Whether this variable should be trained. |
سلسلة مجردة | الحصول على اسم متغير () 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. |
الأساليب العامة
الملخص العام 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;
سلسلة مجردة عامة 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;
الملخص العام 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;
الملخص العام VariableSynchronization 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;