공개 정적 최종 클래스 VariableDef.Builder
Protocol buffer representing a Variable.
tensorflow.VariableDef
공개 방법
VariableDef.Builder | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
변수 정의 | 짓다 () |
변수 정의 | 빌드부분 () |
VariableDef.Builder | 분명한 () |
VariableDef.Builder | 클리어Aggregation () Indicates how a distributed variable will be aggregated. |
VariableDef.Builder | ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드) |
VariableDef.Builder | 클리어초기값이름 () Name of the tensor holding the variable's initial value. |
VariableDef.Builder | 클리어이니셜라이저이름 () Name of the initializer op. |
VariableDef.Builder | 클리어Is리소스 () Whether to represent this as a ResourceVariable. |
VariableDef.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VariableDef.Builder | 클리어SaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
VariableDef.Builder | 클리어스냅샷이름 () Name of the snapshot tensor. |
VariableDef.Builder | 클리어동기화 () Indicates when a distributed variable will be synced. |
VariableDef.Builder | 클리어트레이너블 () Whether this variable should be trained. |
VariableDef.Builder | 클리어변수이름 () Name of the variable tensor. |
VariableDef.Builder | 클론 () |
변수 집계 | 집계 () 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. |
끈 | 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. |
최종 부울 | 초기화됨 () |
VariableDef.Builder | mergeFrom (com.google.protobuf.다른 메시지 보내기) |
VariableDef.Builder | mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
VariableDef.Builder | mergeSaveSliceInfoDef ( SaveSliceInfoDef 값) Support for saving variables as slices of a larger variable. |
최종 VariableDef.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields) |
VariableDef.Builder | |
VariableDef.Builder | setAggregationValue (정수 값) Indicates how a distributed variable will be aggregated. |
VariableDef.Builder | setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값) |
VariableDef.Builder | setInitialValueName (문자열 값) Name of the tensor holding the variable's initial value. |
VariableDef.Builder | setInitialValueNameBytes (com.google.protobuf.ByteString 값) Name of the tensor holding the variable's initial value. |
VariableDef.Builder | setInitializerName (문자열 값) Name of the initializer op. |
VariableDef.Builder | setInitializerNameBytes (com.google.protobuf.ByteString 값) Name of the initializer op. |
VariableDef.Builder | setIsResource (부울 값) Whether to represent this as a ResourceVariable. |
VariableDef.Builder | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값) |
VariableDef.Builder | setSaveSliceInfoDef ( SaveSliceInfoDef 값) 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 (문자열 값) Name of the snapshot tensor. |
VariableDef.Builder | setSnapshotNameBytes (com.google.protobuf.ByteString 값) Name of the snapshot tensor. |
VariableDef.Builder | setSynchronization ( VariableSynchronization 값) Indicates when a distributed variable will be synced. |
VariableDef.Builder | setSynchronizationValue (정수 값) Indicates when a distributed variable will be synced. |
VariableDef.Builder | setTrainable (부울 값) Whether this variable should be trained. |
최종 VariableDef.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
VariableDef.Builder | setVariableName (문자열 값) Name of the variable tensor. |
VariableDef.Builder | setVariableNameBytes (com.google.protobuf.ByteString 값) Name of the variable tensor. |
상속된 메서드
공개 방법
public VariableDef.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
공개 VariableDef.Builder ClearAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
공개 VariableDef.Builder ClearInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
공개 VariableDef.Builder ClearInitializerName ()
Name of the initializer op.
string initializer_name = 2;
공개 VariableDef.BuilderclearIsResource ( )
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
공개 VariableDef.Builder ClearSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
공개 VariableDef.Builder 클리어동기화 ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
공개 VariableDef.Builder ClearTrainable ()
Whether this variable should be trained.
bool trainable = 7;
공개 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;
공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()
공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
공개 문자열 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;
공개 SaveSliceInfoDef.Builder getSaveSliceInfoDefBuilder ()
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;
공개 변수동기화 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;
공개 최종 부울 isInitialized ()
공개 VariableDef.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
던지기
IO예외 |
---|
공개 VariableDef.Builder mergeSaveSliceInfoDef ( SaveSliceInfoDef 값)
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
공개 VariableDef.Builder setAggregation ( VariableAggregation 값)
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
공개 VariableDef.Builder setAggregationValue (int 값)
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
공용 VariableDef.Builder setInitialValueName (문자열 값)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
공개 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;
공개 VariableDef.Builder setInitializerNameBytes (com.google.protobuf.ByteString 값)
Name of the initializer op.
string initializer_name = 2;
공개 VariableDef.Builder setIsResource (부울 값)
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
public VariableDef.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
공개 VariableDef.Builder setSaveSliceInfoDef ( SaveSliceInfoDef 값)
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
공개 VariableDef.Builder setSaveSliceInfoDef ( SaveSliceInfoDef.Builder builderForValue)
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
공용 VariableDef.Builder setSnapshotName (문자열 값)
Name of the snapshot tensor.
string snapshot_name = 3;
공개 VariableDef.Builder setSnapshotNameBytes (com.google.protobuf.ByteString 값)
Name of the snapshot tensor.
string snapshot_name = 3;
공개 VariableDef.Builder setSynchronization ( VariableSynchronization 값)
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
공개 VariableDef.Builder setSynchronizationValue (int 값)
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
공개 VariableDef.Builder setTrainable (부울 값)
Whether this variable should be trained.
bool trainable = 7;
공용 VariableDef.Builder setVariableName (문자열 값)
Name of the variable tensor.
string variable_name = 1;
공개 VariableDef.Builder setVariableNameBytes (com.google.protobuf.ByteString 값)
Name of the variable tensor.
string variable_name = 1;