classe final pública SavedVariable
Represents a Variable that is initialized by loading the contents from the checkpoint.Tipo de protobuf
tensorflow.SavedVariable
Classes aninhadas
aula | SavedVariable.Builder | Represents a Variable that is initialized by loading the contents from the checkpoint. |
Constantes
interno | AGGREGATION_FIELD_NUMBER | |
interno | DEVICE_FIELD_NUMBER | |
interno | DTYPE_FIELD_NUMBER | |
interno | EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER | |
interno | NAME_FIELD_NUMBER | |
interno | SHAPE_FIELD_NUMBER | |
interno | SYNCHRONIZATION_FIELD_NUMBER | |
interno | TRAINABLE_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
Agregação Variável | getAgregação () .tensorflow.VariableAggregation aggregation = 5; |
interno | getAggregationValue () .tensorflow.VariableAggregation aggregation = 5; |
Variável salva estática | |
Variável salva | |
final estático com.google.protobuf.Descriptors.Descriptor | |
Corda | getDispositivo () string device = 7; |
com.google.protobuf.ByteString | getDeviceBytes () string device = 7; |
Tipo de dados | getDtype () .tensorflow.DataType dtype = 1; |
interno | getDtypeValue () .tensorflow.DataType dtype = 1; |
Variável salva | getExperimentalDistributedVariableComponents (índice int) List of component variables for a distributed variable. |
interno | getExperimentalDistributedVariableComponentsCount () List of component variables for a distributed variable. |
Lista< SalvoVariável > | getExperimentalDistributedVariableComponentsList () List of component variables for a distributed variable. |
SavedVariableOrBuilder | getExperimentalDistributedVariableComponentsOrBuilder (índice int) List of component variables for a distributed variable. |
Lista<? estende SavedVariableOrBuilder > | getExperimentalDistributedVariableComponentsOrBuilderList () List of component variables for a distributed variable. |
Corda | getNome () string name = 6; |
com.google.protobuf.ByteString | getNomeBytes () string name = 6; |
interno | |
TensorShapeProto | obterForma () .tensorflow.TensorShapeProto shape = 2; |
TensorShapeProtoOrBuilder | getShapeOrBuilder () .tensorflow.TensorShapeProto shape = 2; |
Sincronização de variáveis | getSincronização () .tensorflow.VariableSynchronization synchronization = 4; |
interno | getSynchronizationValue () .tensorflow.VariableSynchronization synchronization = 4; |
booleano | getTrainável () bool trainable = 3; |
final com.google.protobuf.UnknownFieldSet | |
booleano | temForma () .tensorflow.TensorShapeProto shape = 2; |
interno | código hash () |
booleano final | |
estática SavedVariable.Builder | newBuilder (protótipo SavedVariable ) |
estática SavedVariable.Builder | |
SavedVariable.Builder | |
Variável salva estática | parseDelimitedFrom (entrada InputStream) |
Variável salva estática | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável salva estática | parseFrom (dados de ByteBuffer) |
Variável salva estática | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável salva estática | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável salva estática | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Variável salva estática | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável salva estática | parseFrom (dados com.google.protobuf.ByteString) |
Variável salva estática | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável salva estática | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
SavedVariable.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int AGGREGATION_FIELD_NUMBER
Valor Constante: 5
público estático final int DEVICE_FIELD_NUMBER
Valor Constante: 7
público estático final int DTYPE_FIELD_NUMBER
Valor Constante: 1
público estático final int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
Valor Constante: 8
int final estático público NAME_FIELD_NUMBER
Valor Constante: 6
público estático final int SHAPE_FIELD_NUMBER
Valor Constante: 2
público estático final int SYNCHRONIZATION_FIELD_NUMBER
Valor Constante: 4
público estático final int TRAINABLE_FIELD_NUMBER
Valor Constante: 3
Métodos Públicos
booleano público é igual (Object obj)
público int getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
String pública getDevice ()
string device = 7;
público com.google.protobuf.ByteString getDeviceBytes ()
string device = 7;
público int getDtypeValue ()
.tensorflow.DataType dtype = 1;
public SavedVariable getExperimentalDistributedVariableComponents (índice 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;
Lista pública< 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 (índice 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;
Lista pública<? 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;
String pública getNome ()
string name = 6;
público com.google.protobuf.ByteString getNameBytes ()
string name = 6;
público getParserForType ()
público int getSerializedSize ()
public VariableSynchronization getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
public int getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
getTrainable booleano público ()
bool trainable = 3;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
hasShape booleano público ()
.tensorflow.TensorShapeProto shape = 2;
hashCode int público ()
público final booleano isInitialized ()
public static SavedVariable parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedVariable parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedVariable parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedVariable parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static SavedVariable parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static SavedVariable parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static SavedVariable parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static SavedVariable parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|