VariableDefOrBuilder

giao diện công cộng VariableDefOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công khai

Tập hợp biến trừu tượng
getAggregation ()
 Indicates how a distributed variable will be aggregated.
int trừu tượng
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
chuỗi trừu tượng
getInitialValueName ()
 Name of the tensor holding the variable's initial value.
trừu tượng com.google.protobuf.ByteString
getInitialValueNameBytes ()
 Name of the tensor holding the variable's initial value.
chuỗi trừu tượng
getInitializerName ()
 Name of the initializer op.
trừu tượng com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
trừu tượng boolean
getIsResource ()
 Whether to represent this as a ResourceVariable.
trừu tượng SaveSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
trừu tượng SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
chuỗi trừu tượng
getSnapshotName ()
 Name of the snapshot tensor.
trừu tượng com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
đồng bộ hóa biến trừu tượng
getSynchronization ()
 Indicates when a distributed variable will be synced.
int trừu tượng
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
trừu tượng boolean
có thể đào tạo được ()
 Whether this variable should be trained.
chuỗi trừu tượng
getVariableName ()
 Name of the variable tensor.
trừu tượng com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
trừu tượng boolean
hasSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.

Phương pháp công khai

tóm tắt công khai Biến tổng hợp getAggregation ()

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

tóm tắt công khai int getAggregationValue ()

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

Chuỗi tóm tắt công khai getInitialValueName ()

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

tóm tắt công khai com.google.protobuf.ByteString getInitialValueNameBytes ()

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

Chuỗi tóm tắt công khai getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

tóm tắt công khai com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

boolean trừu tượng công khai getIsResource ()

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

tóm tắt công khai SaveSliceInfoDef getSaveSliceInfoDef ()

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

tóm tắt công khai SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

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

Chuỗi tóm tắt công khai getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

tóm tắt công khai com.google.protobuf.ByteString getSnapshotNameBytes ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

tóm tắt công khai Biến đồng bộ hóa getSynchronization ()

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

tóm tắt công khai int getSynchronizationValue ()

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

boolean trừu tượng công khai getTrainable ()

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

Chuỗi tóm tắt công khai getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

tóm tắt công khai com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

boolean trừu tượng công khai hasSaveSliceInfoDef ()

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