Represents a Variable that is initialized by loading the contents from the checkpoint.
tensorflow.SavedVariable Metodi pubblici
| SavedVariable.Builder | addAllExperimentalDistributedVariableComponents (Iterable<? estende SavedVariable > valori) List of component variables for a distributed variable. |
| SavedVariable.Builder | addExperimentalDistributedVariableComponents (indice int, SavedVariable.Builder builderForValue) List of component variables for a distributed variable. |
| SavedVariable.Builder | addExperimentalDistributedVariableComponents ( SavedVariable.Builder builderForValue) List of component variables for a distributed variable. |
| SavedVariable.Builder | addExperimentalDistributedVariableComponents (indice int, valore SavedVariable ) List of component variables for a distributed variable. |
| SavedVariable.Builder | addExperimentalDistributedVariableComponents (valore SavedVariable ) List of component variables for a distributed variable. |
| SavedVariable.Builder | addExperimentalDistributedVariableComponentsBuilder (indice int) List of component variables for a distributed variable. |
| SavedVariable.Builder | addExperimentalDistributedVariableComponentsBuilder () List of component variables for a distributed variable. |
| SavedVariable.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| Variabile salvata | costruire () |
| Variabile salvata | buildPartial () |
| SavedVariable.Builder | chiaro () |
| SavedVariable.Builder | clearAggregazione () .tensorflow.VariableAggregation aggregation = 5; |
| SavedVariable.Builder | clearDevice () string device = 7; |
| SavedVariable.Builder | clearDtype () .tensorflow.DataType dtype = 1; |
| SavedVariable.Builder | clearExperimentalDistributedVariableComponents () List of component variables for a distributed variable. |
| SavedVariable.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| SavedVariable.Builder | nomechiaro () string name = 6; |
| SavedVariable.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| SavedVariable.Builder | chiara forma () .tensorflow.TensorShapeProto shape = 2; |
| SavedVariable.Builder | cancellasincronizzazione () .tensorflow.VariableSynchronization synchronization = 4; |
| SavedVariable.Builder | cancellaTrainable () bool trainable = 3; |
| SavedVariable.Builder | clone () |
| Aggregazione di variabili | getAggregazione () .tensorflow.VariableAggregation aggregation = 5; |
| int | getAggregationValue () .tensorflow.VariableAggregation aggregation = 5; |
| Variabile salvata | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| com.google.protobuf.Descriptors.Descriptor | |
| Corda | getDevice () string device = 7; |
| com.google.protobuf.ByteString | getDeviceBytes () string device = 7; |
| Tipo di dati | getDtipo () .tensorflow.DataType dtype = 1; |
| int | getDtipoValore () .tensorflow.DataType dtype = 1; |
| Variabile salvata | getExperimentalDistributedVariableComponents (indice int) List of component variables for a distributed variable. |
| SavedVariable.Builder | getExperimentalDistributedVariableComponentsBuilder (indice int) List of component variables for a distributed variable. |
| Elenco< SavedVariable.Builder > | getExperimentalDistributedVariableComponentsBuilderList () List of component variables for a distributed variable. |
| int | getExperimentalDistributedVariableComponentsCount () List of component variables for a distributed variable. |
| Elenco< Variabile salvata > | getExperimentalDistributedVariableComponentsList () List of component variables for a distributed variable. |
| VariabileSalvataOrBuilder | getExperimentalDistributedVariableComponentsOrBuilder (indice int) List of component variables for a distributed variable. |
| Elenco<? estende SavedVariableOrBuilder > | getExperimentalDistributedVariableComponentsOrBuilderList () List of component variables for a distributed variable. |
| Corda | getNome () string name = 6; |
| com.google.protobuf.ByteString | getNomeBytes () string name = 6; |
| TensorShapeProto | ottieni forma () .tensorflow.TensorShapeProto shape = 2; |
| TensorShapeProto.Builder | getShapeBuilder () .tensorflow.TensorShapeProto shape = 2; |
| TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 2; |
| Sincronizzazione variabile | getSynchronization () .tensorflow.VariableSynchronization synchronization = 4; |
| int | getSynchronizationValue () .tensorflow.VariableSynchronization synchronization = 4; |
| booleano | getTrainable () bool trainable = 3; |
| booleano | haForma () .tensorflow.TensorShapeProto shape = 2; |
| booleano finale | |
| SavedVariable.Builder | mergeFrom (com.google.protobuf.Message altro) |
| SavedVariable.Builder | mergeFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| SavedVariable.Builder | |
| finale SavedVariable.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| SavedVariable.Builder | rimuoviExperimentalDistributedVariableComponents (indice int) List of component variables for a distributed variable. |
| SavedVariable.Builder | |
| SavedVariable.Builder | setAggregationValue (valore int) .tensorflow.VariableAggregation aggregation = 5; |
| SavedVariable.Builder | setDevice (valore stringa) string device = 7; |
| SavedVariable.Builder | setDeviceBytes (valore com.google.protobuf.ByteString) string device = 7; |
| SavedVariable.Builder | |
| SavedVariable.Builder | setDtypeValue (valore int) .tensorflow.DataType dtype = 1; |
| SavedVariable.Builder | setExperimentalDistributedVariableComponents (indice int, valore SavedVariable ) List of component variables for a distributed variable. |
| SavedVariable.Builder | setExperimentalDistributedVariableComponents (indice int, SavedVariable.Builder builderForValue) List of component variables for a distributed variable. |
| SavedVariable.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto) |
| SavedVariable.Builder | setName (valore stringa) string name = 6; |
| SavedVariable.Builder | setNameBytes (valore com.google.protobuf.ByteString) string name = 6; |
| SavedVariable.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto) |
| SavedVariable.Builder | |
| SavedVariable.Builder | |
| SavedVariable.Builder | setSynchronization (valore VariableSynchronization ) .tensorflow.VariableSynchronization synchronization = 4; |
| SavedVariable.Builder | setSynchronizationValue (valore int) .tensorflow.VariableSynchronization synchronization = 4; |
| SavedVariable.Builder | setTrainable (valore booleano) bool trainable = 3; |
| finale SavedVariable.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
Metodi ereditati
Metodi pubblici
public SavedVariable.Builder addAllExperimentalDistributedVariableComponents (Iterable<? estende SavedVariable > valori)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder addExperimentalDistributedVariableComponents (indice int, SavedVariable.Builder builderForValue)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder addExperimentalDistributedVariableComponents ( SavedVariable.Builder builderForValue)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder addExperimentalDistributedVariableComponents (indice int, valore SavedVariable )
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder addExperimentalDistributedVariableComponents (valore SavedVariable )
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder addExperimentalDistributedVariableComponentsBuilder (indice int)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder addExperimentalDistributedVariableComponentsBuilder ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
public SavedVariable.Builder clearExperimentalDistributedVariableComponents ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder clearSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
public int getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
pubblico com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
stringa pubblica getDevice ()
string device = 7;
pubblico com.google.protobuf.ByteString getDeviceBytes ()
string device = 7;
public int getDtypeValue ()
.tensorflow.DataType dtype = 1;
public SavedVariable getExperimentalDistributedVariableComponents (indice int)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder getExperimentalDistributedVariableComponentsBuilder (indice int)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; Elenco pubblico < SavedVariable.Builder > getExperimentalDistributedVariableComponentsBuilderList ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public int getExperimentalDistributedVariableComponentsCount ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; Elenco pubblico < SavedVariable > getExperimentalDistributedVariableComponentsList ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariableOrBuilder getExperimentalDistributedVariableComponentsOrBuilder (indice int)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; Elenco pubblico<? estende SavedVariableOrBuilder > getExperimentalDistributedVariableComponentsOrBuilderList ()
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; stringa pubblica getName ()
string name = 6;
pubblico com.google.protobuf.ByteString getNameBytes ()
string name = 6;
public VariableSynchronization getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
public int getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
pubblico booleano getTrainable ()
bool trainable = 3;
hasShape booleano pubblico ()
.tensorflow.TensorShapeProto shape = 2;
public final booleano isInitialized ()
public SavedVariable.Builder mergeFrom (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
public SavedVariable.Builder mergeShape (valore TensorShapeProto )
.tensorflow.TensorShapeProto shape = 2;
public final SavedVariable.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)
public SavedVariable.Builder rimuoviExperimentalDistributedVariableComponents (indice int)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder setAggregation (valore VariableAggregation )
.tensorflow.VariableAggregation aggregation = 5;
public SavedVariable.Builder setAggregationValue (valore int)
.tensorflow.VariableAggregation aggregation = 5;
pubblico SavedVariable.Builder setDeviceBytes (valore com.google.protobuf.ByteString)
string device = 7;
public SavedVariable.Builder setExperimentalDistributedVariableComponents (indice int, valore SavedVariable )
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder setExperimentalDistributedVariableComponents (indice int, SavedVariable.Builder builderForValue)
List of component variables for a distributed variable. When this field is non-empty, the SavedVariable will be assumed to be a distributed variable defined by the components listed here. This is only supported by experimental loaders at the moment.
repeated .tensorflow.SavedVariable experimental_distributed_variable_components = 8; public SavedVariable.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valore oggetto)
pubblico SavedVariable.Builder setNameBytes (valore com.google.protobuf.ByteString)
string name = 6;
public SavedVariable.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, indice int, valore oggetto)
public SavedVariable.Builder setShape (valore TensorShapeProto )
.tensorflow.TensorShapeProto shape = 2;
public SavedVariable.Builder setShape ( TensorShapeProto.Builder builderForValue)
.tensorflow.TensorShapeProto shape = 2;
public SavedVariable.Builder setSynchronization (valore VariableSynchronization )
.tensorflow.VariableSynchronization synchronization = 4;
public SavedVariable.Builder setSynchronizationValue (valore int)
.tensorflow.VariableSynchronization synchronization = 4;