публичный статический конечный класс VariableDef.Builder
Protocol buffer representing a Variable.
tensorflow.VariableDef
Публичные методы
VariableDef.Builder | addRepeatedField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта) |
ПеременнаяDef | строить () |
ПеременнаяDef | |
VariableDef.Builder | прозрачный () |
VariableDef.Builder | очистить агрегацию () 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 | ОчиститьИсРесурс () Whether to represent this as a ResourceVariable. |
VariableDef.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VariableDef.Builder | ClearSaveSliceInfoDef () 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. |
интервал | ПолучитьАгрегационноеЗначение () Indicates how a distributed variable will be aggregated. |
ПеременнаяDef | |
окончательный статический 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. |
СохранитьSliceInfoDef | getSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
SaveSliceInfoDef.Builder | getSaveSliceInfoDefBuilder () Support for saving variables as slices of a larger variable. |
СохранитьSliceInfoDefOrBuilder | 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. |
ПеременнаяСинхронизация | получитьсинхронизацию () Indicates when a distributed variable will be synced. |
интервал | getSynchronizationValue () Indicates when a distributed variable will be synced. |
логическое значение | getTrainable () Whether this variable should be trained. |
Нить | получитьимяпеременной () Name of the variable tensor. |
com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
логическое значение | имеетSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
последнее логическое значение | |
VariableDef.Builder | mergeFrom (com.google.protobuf.Message другое) |
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.UnknownFieldSetknownFields) |
VariableDef.Builder | setAggregation (значение VariableAggregation ) Indicates how a distributed variable will be aggregated. |
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.UnknownFieldSetknownFields) |
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, значение объекта)
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.BuildercleInitializerName ( )
Name of the initializer op.
string initializer_name = 2;
общедоступная 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;
общедоступная VariableDef.Builder ClearTrainable ()
Whether this variable should be trained.
bool trainable = 7;
public VariableDef.BuilderclearVariableName ( )
Name of the variable tensor.
string variable_name = 1;
общедоступная агрегация переменных 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;
общедоступный статический окончательный 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;
public 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;
public 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;
public SaveSliceInfoDef getSaveSliceInfoDef ()
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 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;
public com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3;
публичная переменнаяSynchronization 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;
общедоступное логическое значение getTrainable ()
Whether this variable should be trained.
bool trainable = 7;
общедоступная строка 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;
общедоступное логическое значение 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;
публичный финальный VariableDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
public VariableDef.Builder setAggregation (значение VariableAggregation )
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public VariableDef.Builder setAggregationValue (целое значение)
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public VariableDef.Builder setField (поле com.google.protobuf.Descriptors.FieldDescriptor, значение объекта)
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 (целое значение)
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;
общедоступный окончательный VariableDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
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;