パブリック静的最終クラスVariableDef.Builder
Protocol buffer representing a Variable.
tensorflow.VariableDef
パブリックメソッド
変数定義ビルダー | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
変数定義 | 建てる() |
変数定義 | buildPartial () |
変数定義ビルダー | クリア() |
変数定義ビルダー | clearAggregation () Indicates how a distributed variable will be aggregated. |
変数定義ビルダー | clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド) |
変数定義ビルダー | クリア初期値名() Name of the tensor holding the variable's initial value. |
変数定義ビルダー | ClearInitializerName () Name of the initializer op. |
変数定義ビルダー | クリアIsリソース() Whether to represent this as a ResourceVariable. |
変数定義ビルダー | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
変数定義ビルダー | ClearSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
変数定義ビルダー | クリアスナップショット名() Name of the snapshot tensor. |
変数定義ビルダー | クリア同期() Indicates when a distributed variable will be synced. |
変数定義ビルダー | クリアトレーニング可能() Whether this variable should be trained. |
変数定義ビルダー | クリア変数名() Name of the variable tensor. |
変数定義ビルダー | クローン() |
変数の集計 | getAggregation () Indicates how a distributed variable will be aggregated. |
整数 | getAggregationValue () Indicates how a distributed variable will be aggregated. |
変数定義 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
弦 | 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. |
スライス情報定義を保存 | 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. |
弦 | getスナップショット名() Name of the snapshot tensor. |
com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
変数同期 | getSynchronization () Indicates when a distributed variable will be synced. |
整数 | getSynchronizationValue () Indicates when a distributed variable will be synced. |
ブール値 | getTrainable () Whether this variable should be trained. |
弦 | get変数名() 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. |
最終ブール値 | |
変数定義ビルダー | mergeFrom (com.google.protobuf.Message other) |
変数定義ビルダー | mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
変数定義ビルダー | mergeSaveSliceInfoDef ( SaveSliceInfoDef値) Support for saving variables as slices of a larger variable. |
最終的なVariableDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド) |
変数定義ビルダー | |
変数定義ビルダー | setAggregationValue (int 値) Indicates how a distributed variable will be aggregated. |
変数定義ビルダー | setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
変数定義ビルダー | setInitialValueName (文字列値) Name of the tensor holding the variable's initial value. |
変数定義ビルダー | setInitialValueNameBytes (com.google.protobuf.ByteString 値) Name of the tensor holding the variable's initial value. |
変数定義ビルダー | setInitializerName (文字列値) Name of the initializer op. |
変数定義ビルダー | setInitializerNameBytes (com.google.protobuf.ByteString 値) Name of the initializer op. |
変数定義ビルダー | setIsResource (ブール値) Whether to represent this as a ResourceVariable. |
変数定義ビルダー | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
変数定義ビルダー | setSaveSliceInfoDef ( SaveSliceInfoDef値) Support for saving variables as slices of a larger variable. |
変数定義ビルダー | setSaveSliceInfoDef ( SaveSliceInfoDef.Builder builderForValue) Support for saving variables as slices of a larger variable. |
変数定義ビルダー | setSnapshotName (文字列値) Name of the snapshot tensor. |
変数定義ビルダー | setSnapshotNameBytes (com.google.protobuf.ByteString 値) Name of the snapshot tensor. |
変数定義ビルダー | setSynchronization ( VariableSynchronization値) Indicates when a distributed variable will be synced. |
変数定義ビルダー | setSynchronizationValue (int 値) Indicates when a distributed variable will be synced. |
変数定義ビルダー | setTrainable (ブール値) Whether this variable should be trained. |
最終的なVariableDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
変数定義ビルダー | setVariableName (文字列値) Name of the variable tensor. |
変数定義ビルダー | setVariableNameBytes (com.google.protobuf.ByteString 値) Name of the variable tensor. |
継承されたメソッド
パブリックメソッド
public VariableDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
public VariableDef.Builder clearAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
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 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;
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 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;
public boolean getIsResource ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
public SaveSliceInfoDef getSliceInfoDef ()
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;
public SaveSliceInfoDefOrBuilder getSliceInfoDefOrBuilder ()
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;
public VariableSynchronization 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;
public boolean getTrainable ()
Whether this variable should be trained.
bool trainable = 7;
パブリック 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;
public boolean hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
パブリック最終ブール値isInitialized ()
public VariableDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public VariableDef.Builder mergeSaveSliceInfoDef ( SaveSliceInfoDef値)
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
public Final VariableDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public VariableDef.Builder setAggregation ( VariableAggregation値)
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public VariableDef.Builder setAggregationValue (int 値)
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public VariableDef.Builder setInitialValueName (文字列値)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
public VariableDef.Builder setInitialValueNameBytes (com.google.protobuf.ByteString 値)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
public VariableDef.Builder setInitializerName (文字列値)
Name of the initializer op.
string initializer_name = 2;
public VariableDef.Builder setInitializerNameBytes (com.google.protobuf.ByteString 値)
Name of the initializer op.
string initializer_name = 2;
public VariableDef.Builder setIsResource (ブール値)
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
public VariableDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
public VariableDef.Builder setSaveSliceInfoDef ( SaveSliceInfoDef値)
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 (文字列値)
Name of the snapshot tensor.
string snapshot_name = 3;
public VariableDef.Builder setSnapshotNameBytes (com.google.protobuf.ByteString 値)
Name of the snapshot tensor.
string snapshot_name = 3;
public VariableDef.Builder setSynchronization ( VariableSynchronization値)
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
public VariableDef.Builder setSynchronizationValue (int 値)
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
public VariableDef.Builder setTrainable (ブール値)
Whether this variable should be trained.
bool trainable = 7;
public VariableDef.Builder setVariableName (文字列値)
Name of the variable tensor.
string variable_name = 1;
public VariableDef.Builder setVariableNameBytes (com.google.protobuf.ByteString 値)
Name of the variable tensor.
string variable_name = 1;