VariableDefOrBuilder

رابط عمومی VariableDefOrBuilder
زیر کلاس های غیر مستقیم شناخته شده

روش های عمومی

Abstract VariableAggregation
getAggregation ()
 Indicates how a distributed variable will be aggregated.
انتزاعی
getAggregationValue ()
 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.
رشته انتزاعی
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.
چکیده 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.
Abstract VariableSynchronization
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.

روش های عمومی

چکیده عمومی 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;