classe finale pubblica SavedVariable
Represents a Variable that is initialized by loading the contents from the checkpoint.
tensorflow.SavedVariable Classi nidificate
| classe | SavedVariable.Builder | Represents a Variable that is initialized by loading the contents from the checkpoint. | |
Costanti
Metodi pubblici
| booleano | è uguale a (Oggetto oggetto) |
| Aggregazione di variabili | getAggregazione () .tensorflow.VariableAggregation aggregation = 5; |
| int | getAggregationValue () .tensorflow.VariableAggregation aggregation = 5; |
| variabile salvata statica | |
| Variabile salvata | |
| com.google.protobuf.Descriptors.Descriptor statico finale | |
| 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. |
| 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; |
| int | |
| TensorShapeProto | ottieni forma () .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; |
| finale com.google.protobuf.UnknownFieldSet | |
| booleano | haForma () .tensorflow.TensorShapeProto shape = 2; |
| int | codicehash () |
| booleano finale | |
| SavedVariable.Builder statico | newBuilder (prototipo SavedVariable ) |
| SavedVariable.Builder statico | |
| SavedVariable.Builder | |
| variabile salvata statica | parseDelimitedFrom (input InputStream) |
| variabile salvata statica | parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| variabile salvata statica | parseFrom (dati ByteBuffer) |
| variabile salvata statica | parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| variabile salvata statica | parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| variabile salvata statica | parseFrom (ingresso com.google.protobuf.CodedInputStream) |
| variabile salvata statica | parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| variabile salvata statica | parseFrom (dati com.google.protobuf.ByteString) |
| variabile salvata statica | parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| variabile salvata statica | parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry) |
| statico | analizzatore () |
| SavedVariable.Builder | toBuilder () |
| vuoto | writeTo (output com.google.protobuf.CodedOutputStream) |
Metodi ereditati
Costanti
public static final int AGGREGATION_FIELD_NUMBER
Valore costante: 5
public static final int DEVICE_FIELD_NUMBER
Valore costante: 7
public static final int DTYPE_FIELD_NUMBER
Valore costante: 1
public static final int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
Valore costante: 8
public static final int NAME_FIELD_NUMBER
Valore costante: 6
public static final int SHAPE_FIELD_NUMBER
Valore costante: 2
public static final int SYNCHRONIZATION_FIELD_NUMBER
Valore costante: 4
public static final int TRAINABLE_FIELD_NUMBER
Valore costante: 3
Metodi pubblici
booleano pubblico è uguale a (Oggetto obj)
public int getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
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 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;
pubblico getParserForType ()
public int getSerializedSize ()
public VariableSynchronization getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
public int getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
pubblico booleano getTrainable ()
bool trainable = 3;
pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasShape booleano pubblico ()
.tensorflow.TensorShapeProto shape = 2;
public int hashCode ()
public final booleano isInitialized ()
public static SavedVariable parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
parseFrom pubblico statico SavedVariable (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
parseFrom pubblico statico SavedVariable (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom pubblico statico SavedVariable (input com.google.protobuf.CodedInputStream)
Lancia
| IOException |
|---|
parseFrom pubblico statico SavedVariable (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom pubblico statico SavedVariable (dati com.google.protobuf.ByteString)
Lancia
| InvalidProtocolBufferException |
|---|
parseFrom pubblico statico SavedVariable (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| IOException |
|---|
parseFrom pubblico statico SavedVariable (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lancia
| InvalidProtocolBufferException |
|---|
pubblico statico analizzatore ()
public void writeTo (output com.google.protobuf.CodedOutputStream)
Lancia
| IOException |
|---|