VariableDefOrBuilder

सार्वजनिक इंटरफ़ेस वेरिएबलडेफ़ऑरबिल्डर
ज्ञात अप्रत्यक्ष उपवर्ग

सार्वजनिक तरीके

सार परिवर्तनीय एकत्रीकरण
एकत्रीकरण प्राप्त करें ()
 Indicates how a distributed variable will be aggregated.
सार इंट
एकत्रीकरण मान प्राप्त करें ()
 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.
सार स्ट्रिंग
सार com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
सार वेरिएबल सिंक्रोनाइज़ेशन
सिंक्रोनाइज़ेशन प्राप्त करें ()
 Indicates when a distributed variable will be synced.
सार इंट
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
अमूर्त बूलियन
सार स्ट्रिंग
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.

सार्वजनिक तरीके

सार्वजनिक सार वेरिएबलएग्रीगेशन गेटएग्रीगेशन ()

 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;

सार्वजनिक सार वेरिएबल सिंक्रोनाइजेशन गेट सिंक्रोनाइजेशन ()

 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;