VariableDefOrBuilder

interfejs publiczny VariableDefOrBuilder
Znane podklasy pośrednie

Metody publiczne

abstrakcyjna Agregacja zmiennych
pobierzAgregację ()
 Indicates how a distributed variable will be aggregated.
streszczenie wew
pobierz wartość agregacji ()
 Indicates how a distributed variable will be aggregated.
abstrakcyjny ciąg
pobierzInitialValueName ()
 Name of the tensor holding the variable's initial value.
streszczenie com.google.protobuf.ByteString
getInitialValueNameBytes ()
 Name of the tensor holding the variable's initial value.
abstrakcyjny ciąg
getInitializerName ()
 Name of the initializer op.
streszczenie com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
abstrakcyjna wartość logiczna
pobierzIsResource ()
 Whether to represent this as a ResourceVariable.
streszczenie SaveSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
streszczenie SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
abstrakcyjny ciąg
pobierz nazwę migawki ()
 Name of the snapshot tensor.
streszczenie com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
streszczenie ZmiennaSynchronizacja
getSynchronizacja ()
 Indicates when a distributed variable will be synced.
streszczenie wew
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
abstrakcyjna wartość logiczna
getTrainable ()
 Whether this variable should be trained.
abstrakcyjny ciąg
pobierz nazwę zmiennej ()
 Name of the variable tensor.
streszczenie com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
abstrakcyjna wartość logiczna
maSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.

Metody publiczne

publiczne streszczenie ZmiennaAggregacja getAggregation ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

publiczne streszczenie int getAggregationValue ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

publiczny ciąg abstrakcyjny getInitialValueName ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

publiczne streszczenie com.google.protobuf.ByteString getInitialValueNameBytes ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

publiczny ciąg abstrakcyjny getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

publiczne streszczenie com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

publiczna abstrakcja logiczna getIsResource ()

 Whether to represent this as a ResourceVariable.
 
bool is_resource = 5;

publiczne streszczenie SaveSliceInfoDef getSaveSliceInfoDef ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

publiczne streszczenie SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

publiczny ciąg abstrakcyjny getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

publiczna abstrakcja com.google.protobuf.ByteString getSnapshotNameBytes ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

publiczna abstrakcja ZmiennaSynchronizacja getSynchronizacja ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

publiczna abstrakcja int getSynchronizationValue ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

publiczna abstrakcja logiczna getTrainable ()

 Whether this variable should be trained.
 
bool trainable = 7;

publiczny ciąg abstrakcyjny getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

publiczne streszczenie com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

publiczna wartość logiczna abstrakcyjna hasSaveSliceInfoDef ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;