classe final estática pública VariableDef.Builder
Protocol buffer representing a Variable.
tensorflow.VariableDef
Métodos Públicos
VariávelDef.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
VariávelDef | construir () |
VariávelDef | |
VariávelDef.Builder | claro () |
VariávelDef.Builder | limparAgregação () Indicates how a distributed variable will be aggregated. |
VariávelDef.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
VariávelDef.Builder | clearInitialValueName () Name of the tensor holding the variable's initial value. |
VariávelDef.Builder | limparInitializerName () Name of the initializer op. |
VariávelDef.Builder | clearIsResource () Whether to represent this as a ResourceVariable. |
VariávelDef.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor umof) |
VariávelDef.Builder | clearSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
VariávelDef.Builder | limparSnapshotName () Name of the snapshot tensor. |
VariávelDef.Builder | limparSincronização () Indicates when a distributed variable will be synced. |
VariávelDef.Builder | limparTrainável () Whether this variable should be trained. |
VariávelDef.Builder | limparNomeVariável () Name of the variable tensor. |
VariávelDef.Builder | clonar () |
Agregação Variável | getAgregação () Indicates how a distributed variable will be aggregated. |
interno | getAggregationValue () Indicates how a distributed variable will be aggregated. |
VariávelDef | |
final estático com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
Corda | 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. |
Corda | getInitializerName () Name of the initializer op. |
com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
booleano | getIsResource () Whether to represent this as a ResourceVariable. |
SalvarSliceInfoDef | 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. |
Corda | getSnapshotName () Name of the snapshot tensor. |
com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
Sincronização de variáveis | getSincronização () Indicates when a distributed variable will be synced. |
interno | getSynchronizationValue () Indicates when a distributed variable will be synced. |
booleano | getTrainável () Whether this variable should be trained. |
Corda | getNomeVariável () Name of the variable tensor. |
com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
booleano | hasSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
booleano final | |
VariávelDef.Builder | mergeFrom (com.google.protobuf.Message outro) |
VariávelDef.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VariávelDef.Builder | mergeSaveSliceInfoDef (valor SaveSliceInfoDef ) Support for saving variables as slices of a larger variable. |
VariávelDef.Builder final | mesclarUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
VariávelDef.Builder | setAggregation (valor de VariableAggregation ) Indicates how a distributed variable will be aggregated. |
VariávelDef.Builder | setAggregationValue (valor interno) Indicates how a distributed variable will be aggregated. |
VariávelDef.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto) |
VariávelDef.Builder | setInitialValueName (valor da string) Name of the tensor holding the variable's initial value. |
VariávelDef.Builder | setInitialValueNameBytes (valor com.google.protobuf.ByteString) Name of the tensor holding the variable's initial value. |
VariávelDef.Builder | setInitializerName (valor da string) Name of the initializer op. |
VariávelDef.Builder | setInitializerNameBytes (valor com.google.protobuf.ByteString) Name of the initializer op. |
VariávelDef.Builder | setIsResource (valor booleano) Whether to represent this as a ResourceVariable. |
VariávelDef.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto) |
VariávelDef.Builder | setSaveSliceInfoDef (valor SaveSliceInfoDef ) Support for saving variables as slices of a larger variable. |
VariávelDef.Builder | setSaveSliceInfoDef ( SaveSliceInfoDef.Builder construtorForValue) Support for saving variables as slices of a larger variable. |
VariávelDef.Builder | setSnapshotName (valor da string) Name of the snapshot tensor. |
VariávelDef.Builder | setSnapshotNameBytes (valor com.google.protobuf.ByteString) Name of the snapshot tensor. |
VariávelDef.Builder | setSynchronization (valor de VariableSynchronization ) Indicates when a distributed variable will be synced. |
VariávelDef.Builder | setSynchronizationValue (valor interno) Indicates when a distributed variable will be synced. |
VariávelDef.Builder | setTrainable (valor booleano) Whether this variable should be trained. |
VariávelDef.Builder final | setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields) |
VariávelDef.Builder | setVariableName (valor da string) Name of the variable tensor. |
VariávelDef.Builder | setVariableNameBytes (valor com.google.protobuf.ByteString) Name of the variable tensor. |
Métodos herdados
Métodos Públicos
public VariableDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
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.Builder clearInitializerName ()
Name of the initializer op.
string initializer_name = 2;
variável públicaDef.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;
variável públicaDef.Builder clearTrainable ()
Whether this variable should be trained.
bool trainable = 7;
public VariableDef.Builder clearVariableName ()
Name of the variable tensor.
string variable_name = 1;
public VariableAggregation getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
público int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
String pública getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
público com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
String pública getInitializerName ()
Name of the initializer op.
string initializer_name = 2;
público com.google.protobuf.ByteString getInitializerNameBytes ()
Name of the initializer op.
string initializer_name = 2;
getIsResource booleano público ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
público SaveSliceInfoDef getSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
público SaveSliceInfoDef.Builder getSaveSliceInfoDefBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
público SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
String pública getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3;
público com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3;
public VariableSynchronization 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 booleano público ()
Whether this variable should be trained.
bool trainable = 7;
String pública getVariableName ()
Name of the variable tensor.
string variable_name = 1;
público com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1;
público booleano hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
público final booleano isInitialized ()
public VariableDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public VariableDef.Builder mergeSaveSliceInfoDef (valor SaveSliceInfoDef )
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
final público VariableDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public VariableDef.Builder setAggregation (valor VariableAggregation )
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public VariableDef.Builder setAggregationValue (valor int)
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
public VariableDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
public VariableDef.Builder setInitialValueName (valor da string)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
public VariableDef.Builder setInitialValueNameBytes (valor com.google.protobuf.ByteString)
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
public VariableDef.Builder setInitializerName (valor de string)
Name of the initializer op.
string initializer_name = 2;
public VariableDef.Builder setInitializerNameBytes (valor com.google.protobuf.ByteString)
Name of the initializer op.
string initializer_name = 2;
public VariableDef.Builder setIsResource (valor booleano)
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
public VariableDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
public VariableDef.Builder setSaveSliceInfoDef (valor 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 (valor da string)
Name of the snapshot tensor.
string snapshot_name = 3;
public VariableDef.Builder setSnapshotNameBytes (valor com.google.protobuf.ByteString)
Name of the snapshot tensor.
string snapshot_name = 3;
public VariableDef.Builder setSynchronization (valor de VariableSynchronization )
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
public VariableDef.Builder setSynchronizationValue (valor int)
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8;
public VariableDef.Builder setTrainable (valor booleano)
Whether this variable should be trained.
bool trainable = 7;
final público VariableDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet desconhecidoFields)
public VariableDef.Builder setVariableName (valor de string)
Name of the variable tensor.
string variable_name = 1;
public VariableDef.Builder setVariableNameBytes (valor com.google.protobuf.ByteString)
Name of the variable tensor.
string variable_name = 1;