VariableDef.Builder

public statik son sınıf VariableDef.Builder

 Protocol buffer representing a Variable.
 
Protobuf türü tensorflow.VariableDef

Genel Yöntemler

VariableDef.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
DeğişkenDef
DeğişkenDef
VariableDef.Builder
VariableDef.Builder
clearAgregasyon ()
 Indicates how a distributed variable will be aggregated.
VariableDef.Builder
clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)
VariableDef.Builder
clearInitialValueName ()
 Name of the tensor holding the variable's initial value.
VariableDef.Builder
clearInitializerName ()
 Name of the initializer op.
VariableDef.Builder
clearIsResource ()
 Whether to represent this as a ResourceVariable.
VariableDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
VariableDef.Builder
clearSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
VariableDef.Builder
clearSnapshotName ()
 Name of the snapshot tensor.
VariableDef.Builder
clearSenkronizasyon ()
 Indicates when a distributed variable will be synced.
VariableDef.Builder
clearEğitilebilir ()
 Whether this variable should be trained.
VariableDef.Builder
clearVariableName ()
 Name of the variable tensor.
VariableDef.Builder
klon ()
Değişken Toplama
getAggregation ()
 Indicates how a distributed variable will be aggregated.
int
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
DeğişkenDef
final statik com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Sicim
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.
Sicim
getInitializerName ()
 Name of the initializer op.
com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
boolean
getIsResource ()
 Whether to represent this as a ResourceVariable.
SaveSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
SaveSliceInfoDef.Builder
getSaveSliceInfoDefBuilder ()
 Support for saving variables as slices of a larger variable.
SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
Sicim
getSnapshotName ()
 Name of the snapshot tensor.
com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
Değişken Senkronizasyon
getSynchronization ()
 Indicates when a distributed variable will be synced.
int
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
boolean
eğitilebilir olsun ()
 Whether this variable should be trained.
Sicim
getVariableName ()
 Name of the variable tensor.
com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
boolean
hasSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
son boole değeri
VariableDef.Builder
mergeFrom (com.google.protobuf.Message other)
VariableDef.Builder
mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariableDef.Builder
mergeSaveSliceInfoDef ( SaveSliceInfoDef değeri)
 Support for saving variables as slices of a larger variable.
son VariableDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
VariableDef.Builder
setAggregation ( VariableAggregation değeri)
 Indicates how a distributed variable will be aggregated.
VariableDef.Builder
setAggregationValue (int değeri)
 Indicates how a distributed variable will be aggregated.
VariableDef.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
VariableDef.Builder
setInitialValueName (Dize değeri)
 Name of the tensor holding the variable's initial value.
VariableDef.Builder
setInitialValueNameBytes (com.google.protobuf.ByteString değeri)
 Name of the tensor holding the variable's initial value.
VariableDef.Builder
setInitializerName (Dize değeri)
 Name of the initializer op.
VariableDef.Builder
setInitializerNameBytes (com.google.protobuf.ByteString değeri)
 Name of the initializer op.
VariableDef.Builder
setIsResource (boole değeri)
 Whether to represent this as a ResourceVariable.
VariableDef.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)
VariableDef.Builder
setSaveSliceInfoDef ( SaveSliceInfoDef değeri)
 Support for saving variables as slices of a larger variable.
VariableDef.Builder
setSaveSliceInfoDef ( SaveSliceInfoDef.Builder builderForValue)
 Support for saving variables as slices of a larger variable.
VariableDef.Builder
setSnapshotName (Dize değeri)
 Name of the snapshot tensor.
VariableDef.Builder
setSnapshotNameBytes (com.google.protobuf.ByteString değeri)
 Name of the snapshot tensor.
VariableDef.Builder
setSynchronization ( VariableSynchronization değeri)
 Indicates when a distributed variable will be synced.
VariableDef.Builder
setSynchronizationValue (int değeri)
 Indicates when a distributed variable will be synced.
VariableDef.Builder
setTrainable (boole değeri)
 Whether this variable should be trained.
son VariableDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields)
VariableDef.Builder
setVariableName (Dize değeri)
 Name of the variable tensor.
VariableDef.Builder
setVariableNameBytes (com.google.protobuf.ByteString değeri)
 Name of the variable tensor.

Kalıtsal Yöntemler

Genel Yöntemler

public VariableDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public VariableDef yapısı ()

public VariableDef buildPartial ()

public VariableDef.Builder clear ()

public VariableDef.Builder clearAggregation ()

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

public VariableDef.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı)

public VariableDef.Builder clearInitialValueName ()

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

public VariableDef.Builder clearInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

public VariableDef.Builder clearIsResource ()

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

public VariableDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public VariableDef.Builder clearSaveSliceInfoDef ()

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

public VariableDef.Builder clearSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableDef.Builder clearSynchronization ()

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

public VariableDef.Builder clearTrainable ()

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

public VariableDef.Builder clearVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

genel VariableDef.Builder klonu ()

public VariableAggregation getAggregation ()

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

public int getAggregationValue ()

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

public VariableDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public String getInitialValueName ()

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

public com.google.protobuf.ByteString getInitialValueNameBytes ()

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

public String getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

public com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

genel boolean getIsResource ()

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

genel SaveSliceInfoDef getSaveSliceInfoDef ()

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

public SaveSliceInfoDef.Builder getSaveSliceInfoDefBuilder ()

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

genel SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

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

public String getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public com.google.protobuf.ByteString getSnapshotNameBytes ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

genel DeğişkenSenkronizasyon getSynchronization ()

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

public int getSynchronizationValue ()

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

herkese açık boolean getTrainable ()

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

public String getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

public com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

genel boolean hasSaveSliceInfoDef ()

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

genel final boolean isInitialized ()

public VariableDef.Builder mergeFrom (com.google.protobuf.Message other)

public VariableDef.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Atar
IO İstisnası

public VariableDef.Builder mergeSaveSliceInfoDef ( SaveSliceInfoDef değeri)

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

genel final VariableDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public VariableDef.Builder setAggregation ( VariableAggregation değeri)

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

public VariableDef.Builder setAggregationValue (int değeri)

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

public VariableDef.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)

public VariableDef.Builder setInitialValueName (Dize değeri)

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

public VariableDef.Builder setInitialValueNameBytes (com.google.protobuf.ByteString değeri)

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

public VariableDef.Builder setInitializerName (Dize değeri)

 Name of the initializer op.
 
string initializer_name = 2;

public VariableDef.Builder setInitializerNameBytes (com.google.protobuf.ByteString değeri)

 Name of the initializer op.
 
string initializer_name = 2;

public VariableDef.Builder setIsResource (boole değeri)

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

public VariableDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri)

public VariableDef.Builder setSaveSliceInfoDef ( SaveSliceInfoDef değeri)

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

public VariableDef.Builder setSaveSliceInfoDef ( SaveSliceInfoDef.Builder builderForValue)

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

public VariableDef.Builder setSnapshotName (Dize değeri)

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableDef.Builder setSnapshotNameBytes (com.google.protobuf.ByteString değeri)

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableDef.Builder setSynchronization ( VariableSynchronization değeri)

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

public VariableDef.Builder setSynchronizationValue (int değeri)

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

public VariableDef.Builder setTrainable (boole değeri)

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

genel final VariableDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)

public VariableDef.Builder setVariableName (Dize değeri)

 Name of the variable tensor.
 
string variable_name = 1;

public VariableDef.Builder setVariableNameBytes (com.google.protobuf.ByteString değeri)

 Name of the variable tensor.
 
string variable_name = 1;