VariableDefOrBuilder

interfaccia pubblica VariableDefOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

aggregazione variabile astratta
getAggregazione ()
 Indicates how a distributed variable will be aggregated.
astratto int
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
stringa astratta
getInitialValueName ()
 Name of the tensor holding the variable's initial value.
astratto com.google.protobuf.ByteString
getInitialValueNameBytes ()
 Name of the tensor holding the variable's initial value.
stringa astratta
getInitializerName ()
 Name of the initializer op.
astratto com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
booleano astratto
getIsResource ()
 Whether to represent this as a ResourceVariable.
astratto SaveSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
astratto SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
stringa astratta
getSnapshotName ()
 Name of the snapshot tensor.
astratto com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
sincronizzazione variabile astratta
getSynchronization ()
 Indicates when a distributed variable will be synced.
astratto int
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
booleano astratto
getTrainable ()
 Whether this variable should be trained.
stringa astratta
getVariabileNome ()
 Name of the variable tensor.
astratto com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
booleano astratto
hasSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.

Metodi pubblici

estratto pubblico VariableAggregation getAggregation ()

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

public abstract int getAggregationValue ()

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

public abstract String getInitialValueName ()

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

public abstract com.google.protobuf.ByteString getInitialValueNameBytes ()

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

public abstract String getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

estratto pubblico com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

pubblico astratto booleano getIsResource ()

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

estratto pubblico SaveSliceInfoDef getSaveSliceInfoDef ()

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

estratto pubblico SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

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

stringa astratta pubblica getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

estratto pubblico com.google.protobuf.ByteString getSnapshotNameBytes ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

estratto pubblico VariableSynchronization getSynchronization ()

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

public abstract int getSynchronizationValue ()

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

pubblico astratto booleano getTrainable ()

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

stringa astratta pubblica getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

estratto pubblico com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

pubblico astratto booleano hasSaveSliceInfoDef ()

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