VariableDefOrBuilder

общедоступный интерфейс VariableDefOrBuilder
Известные косвенные подклассы

Публичные методы

абстрактная агрегация переменных
получить агрегацию ()
 Indicates how a distributed variable will be aggregated.
абстрактный int
ПолучитьАгрегационноеЗначение ()
 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.
абстрактная переменнаясинхронизация
получитьсинхронизацию ()
 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.
абстрактная строка
получитьИмяПеременной ()
 Name of the variable tensor.
абстрактный com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
абстрактное логическое значение
имеетSaveSliceInfoDef ()
 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;