VariableDefOrBuilder

ממשק ציבורי VariableDefOrBuilder
תת-מחלקות עקיפות ידועות

שיטות ציבוריות

אבסטרקט Variable Aggregation
getAggregation ()
 Indicates how a distributed variable will be aggregated.
מופשט int
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.
אבסטרקט משתנה סינכרון
getSynchronization ()
 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.
מחרוזת מופשטת
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;