パブリック インターフェイスVariableDefOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象変数集計 | getAggregation () Indicates how a distributed variable will be aggregated. |
抽象整数 | 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. |
抽象文字列 | 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. |
パブリックメソッド
public abstract VariableAggregation getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public abstract int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public abstract String getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
public abstract com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
public abstract String getInitializerName ()
Name of the initializer op.
string initializer_name = 2;
public abstract 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 getSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
public abstract String getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3;
public abstract com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3;
public abstract VariableSynchronization getSynchronization ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
public abstract int getSynchronizationValue ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
public abstract boolean getTrainable ()
Whether this variable should be trained.
bool trainable = 7;
public abstract String getVariableName ()
Name of the variable tensor.
string variable_name = 1;
public abstract com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1;
public abstract boolean hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;