VariableDefOrBuilder

পাবলিক ইন্টারফেস VariableDefOrBuilder
পরিচিত পরোক্ষ উপশ্রেণী

পাবলিক পদ্ধতি

বিমূর্ত পরিবর্তনশীল সমষ্টি
একত্রিতকরণ ()
 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.
বিমূর্ত পরিবর্তনশীল সিঙ্ক্রোনাইজেশন
গেট সিঙ্ক্রোনাইজেশন ()
 Indicates when a distributed variable will be synced.
বিমূর্ত int
GetSynchronizationValue ()
 Indicates when a distributed variable will be synced.
বিমূর্ত বুলিয়ান
প্রশিক্ষণযোগ্য ()
 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.

পাবলিক পদ্ধতি

সর্বজনীন বিমূর্ত পরিবর্তনশীল সমষ্টি 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;

সর্বজনীন বিমূর্ত পরিবর্তনশীল সিঙ্ক্রোনাইজেশন 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;