공용 인터페이스 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 | 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. |
추상 변수동기화 | get동기화 () 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. |
공개 방법
공개 추상 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;