SavedVariable

classe final pública SavedVariable

 Represents a Variable that is initialized by loading the contents from the
 checkpoint.
 
tensorflow.SavedVariable tipo tensorflow.SavedVariable

Classes aninhadas

aula SavedVariable.Builder
 Represents a Variable that is initialized by loading the contents from the
 checkpoint. 

Constantes

int AGGREGATION_FIELD_NUMBER
int DEVICE_FIELD_NUMBER
int DTYPE_FIELD_NUMBER
int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
int NAME_FIELD_NUMBER
int SHAPE_FIELD_NUMBER
int SYNCHRONIZATION_FIELD_NUMBER
int TRAINABLE_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
VariableAggregation
getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
int
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
SavedVariable estática
SavedVariable
final static com.google.protobuf.Descriptors.Descriptor
Fragmento
getDevice ()
string device = 7;
com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
Tipo de dados
getDtype ()
.tensorflow.DataType dtype = 1;
int
getDtypeValue ()
.tensorflow.DataType dtype = 1;
SavedVariable
getExperimentalDistributedVariableComponents (int index)
 List of component variables for a distributed variable.
int
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
Lista < SavedVariable >
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
SavedVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (int index)
 List of component variables for a distributed variable.
Lista <? estende SavedVariableOrBuilder >
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
Fragmento
getName ()
string name = 6;
com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
int
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
VariableSynchronization
getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
int
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
boleano
getTrainable ()
bool trainable = 3;
final com.google.protobuf.UnknownFieldSet
boleano
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
int
final booleano
static SavedVariable.Builder
newBuilder (protótipo SavedVariable )
static SavedVariable.Builder
SavedVariable.Builder
SavedVariable estática
parseDelimitedFrom (input InputStream)
SavedVariable estática
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedVariable estática
parseFrom (dados ByteBuffer)
SavedVariable estática
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedVariable estática
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedVariable estática
parseFrom (com.google.protobuf.CodedInputStream input)
SavedVariable estática
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedVariable estática
parseFrom (com.google.protobuf.ByteString data)
SavedVariable estática
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SavedVariable estática
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedVariable.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int AGGREGATION_FIELD_NUMBER

Valor constante: 5

public static final int DEVICE_FIELD_NUMBER

Valor constante: 7

public static final int DTYPE_FIELD_NUMBER

Valor Constante: 1

public static final int EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER

Valor constante: 8

public static final int NAME_FIELD_NUMBER

Valor constante: 6

public static final int SHAPE_FIELD_NUMBER

Valor constante: 2

public static final int SYNCHRONIZATION_FIELD_NUMBER

Valor constante: 4

public static final int TRAINABLE_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean equals (Object obj)

public VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

public static SavedVariable getDefaultInstance ()

public SavedVariable getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String getDevice ()

string device = 7;

public com.google.protobuf.ByteString getDeviceBytes ()

string device = 7;

public DataType getDtype ()

.tensorflow.DataType dtype = 1;

public int getDtypeValue ()

.tensorflow.DataType dtype = 1;

public SavedVariable getExperimentalDistributedVariableComponents (int index)

 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;

public List < 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 interno )

 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;

public String getName ()

string name = 6;

public com.google.protobuf.ByteString getNameBytes ()

string name = 6;

público getParserForType ()

public int getSerializedSize ()

public TensorShapeProto getShape ()

.tensorflow.TensorShapeProto shape = 2;

public TensorShapeProtoOrBuilder getShapeOrBuilder ()

.tensorflow.TensorShapeProto shape = 2;

public VariableSynchronization getSynchronization ()

.tensorflow.VariableSynchronization synchronization = 4;

public int getSynchronizationValue ()

.tensorflow.VariableSynchronization synchronization = 4;

public boolean getTrainable ()

bool trainable = 3;

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public boolean hasShape ()

.tensorflow.TensorShapeProto shape = 2;

public int hashCode ()

public final boolean isInitialized ()

public static SavedVariable.Builder newBuilder (protótipo SavedVariable )

public static SavedVariable.Builder newBuilder ()

public SavedVariable.Builder newBuilderForType ()

public static SavedVariable parseDelimitedFrom (InputStream input)

Lança
IOException

public static SavedVariable parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedVariable parseFrom (dados de ByteBuffer)

Lança
InvalidProtocolBufferException

public static SavedVariable parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedVariable parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedVariable parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static SavedVariable parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static SavedVariable parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static SavedVariable parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static SavedVariable parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public SavedVariable.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException