genel arayüz VariableDefOrBuilder
Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
soyut Değişken Toplama | getAggregation () Indicates how a distributed variable will be aggregated. |
soyut int | getAggregationValue () Indicates how a distributed variable will be aggregated. |
soyut Dize | getInitialValueName () Name of the tensor holding the variable's initial value. |
abstract com.google.protobuf.ByteString | getInitialValueNameBytes () Name of the tensor holding the variable's initial value. |
soyut Dize | getInitializerName () Name of the initializer op. |
abstract com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
soyut boole | getIsResource () Whether to represent this as a ResourceVariable. |
özet SaveSliceInfoDef | getSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
özet SaveSliceInfoDefOrBuilder | getSaveSliceInfoDefOrBuilder () Support for saving variables as slices of a larger variable. |
soyut Dize | getSnapshotName () Name of the snapshot tensor. |
abstract com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
özet Değişken Senkronizasyon | getSynchronization () Indicates when a distributed variable will be synced. |
soyut int | getSynchronizationValue () Indicates when a distributed variable will be synced. |
soyut boole | eğitilebilir olsun () Whether this variable should be trained. |
soyut Dize | getVariableName () Name of the variable tensor. |
abstract com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
soyut boole | hasSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
Genel Yöntemler
genel özet VariableAggregation getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
genel özet int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
genel özet Dize getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
genel özet com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
genel özet String getInitializerName ()
Name of the initializer op.
string initializer_name = 2;
genel özet com.google.protobuf.ByteString getInitializerNameBytes ()
Name of the initializer op.
string initializer_name = 2;
genel soyut boolean getIsResource ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
genel özet SaveSliceInfoDef getSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
genel özet SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
genel özet String getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3;
genel özet com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3;
genel özet VariableSynchronization getSynchronization ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
genel özet int getSynchronizationValue ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
genel soyut boolean getTrainable ()
Whether this variable should be trained.
bool trainable = 7;
genel özet Dize getVariableName ()
Name of the variable tensor.
string variable_name = 1;
genel özet com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1;
genel soyut boolean hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;