อินเทอร์เฟซสาธารณะ VariableDefOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
การรวมตัวแปรเชิง นามธรรม | ได้รับการรวมกลุ่ม () 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 | รับInitialValueNameBytes () 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 | รับ SnapshotNameBytes () Name of the snapshot tensor. |
การซิงโครไนซ์ตัวแปรเชิง นามธรรม | ได้รับการซิงโครไนซ์ () Indicates when a distributed variable will be synced. |
บทคัดย่อ | รับค่าการซิงโครไนซ์ () Indicates when a distributed variable will be synced. |
บูลีนนามธรรม | รับการฝึกอบรม () Whether this variable should be trained. |
สตริงที่เป็นนามธรรม | รับชื่อตัวแปร () Name of the variable tensor. |
นามธรรม com.google.protobuf.ByteString | รับตัวแปรชื่อไบต์ () Name of the variable tensor. |
บูลีนนามธรรม | มีบันทึก SliceInfoDef () Support for saving variables as slices of a larger variable. |
วิธีการสาธารณะ
นามธรรมสาธารณะ VariableAggregation 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;
นามธรรมสาธารณะ VariableSynchronization 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;