SavedVariable

clase final pública SavedVariable

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

Clases anidadas

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

Constantes

En t AGGREGATION_FIELD_NUMBER
En t DEVICE_FIELD_NUMBER
En t DTYPE_FIELD_NUMBER
En t EXPERIMENTAL_DISTRIBUTED_VARIABLE_COMPONENTS_FIELD_NUMBER
En t NAME_FIELD_NUMBER
En t SHAPE_FIELD_NUMBER
En t SYNCHRONIZATION_FIELD_NUMBER
En t TRAINABLE_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
Agregación variable
getAggregation ()
.tensorflow.VariableAggregation aggregation = 5;
En t
getAggregationValue ()
.tensorflow.VariableAggregation aggregation = 5;
estática SavedVariable
Variable guardada
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getDevice ()
string device = 7;
com.google.protobuf.ByteString
getDeviceBytes ()
string device = 7;
Tipo de datos
getDtype ()
.tensorflow.DataType dtype = 1;
En t
getDtypeValue ()
.tensorflow.DataType dtype = 1;
Variable guardada
getExperimentalDistributedVariableComponents (índice int)
 List of component variables for a distributed variable.
En t
getExperimentalDistributedVariableComponentsCount ()
 List of component variables for a distributed variable.
Lista < Variable guardada >
getExperimentalDistributedVariableComponentsList ()
 List of component variables for a distributed variable.
SavedVariableOrBuilder
getExperimentalDistributedVariableComponentsOrBuilder (índice int)
 List of component variables for a distributed variable.
Lista <? extiende SavedVariableOrBuilder >
getExperimentalDistributedVariableComponentsOrBuilderList ()
 List of component variables for a distributed variable.
Cuerda
getName ()
string name = 6;
com.google.protobuf.ByteString
getNameBytes ()
string name = 6;
En t
TensorShapeProto
getShape ()
.tensorflow.TensorShapeProto shape = 2;
TensorShapeProtoOrBuilder
getShapeOrBuilder ()
.tensorflow.TensorShapeProto shape = 2;
Sincronización de variables
getSynchronization ()
.tensorflow.VariableSynchronization synchronization = 4;
En t
getSynchronizationValue ()
.tensorflow.VariableSynchronization synchronization = 4;
booleano
getTrainable ()
bool trainable = 3;
final com.google.protobuf.UnknownFieldSet
booleano
hasShape ()
.tensorflow.TensorShapeProto shape = 2;
En t
booleano final
static SavedVariable.Builder
newBuilder (prototipo de variable guardada )
static SavedVariable.Builder
SavedVariable.Builder
estática SavedVariable
parseDelimitedFrom (entrada InputStream)
estática SavedVariable
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática SavedVariable
parseFrom (datos ByteBuffer)
estática SavedVariable
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática SavedVariable
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática SavedVariable
parseFrom (entrada com.google.protobuf.CodedInputStream)
estática SavedVariable
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática SavedVariable
parseFrom (datos com.google.protobuf.ByteString)
estática SavedVariable
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estática SavedVariable
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
SavedVariable.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

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

público estático final int SHAPE_FIELD_NUMBER

Valor constante: 2

público estático final int SYNCHRONIZATION_FIELD_NUMBER

Valor constante: 4

public static final int TRAINABLE_FIELD_NUMBER

Valor constante: 3

Métodos públicos

public boolean es igual a (Object obj)

public VariableAggregation getAggregation ()

.tensorflow.VariableAggregation aggregation = 5;

public int getAggregationValue ()

.tensorflow.VariableAggregation aggregation = 5;

public static SavedVariable getDefaultInstance ()

public SavedVariable getDefaultInstanceForType ()

público estático 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 (í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;

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 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 <? extiende 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 (prototipo de SavedVariable )

public static SavedVariable.Builder newBuilder ()

public SavedVariable.Builder newBuilderForType ()

public static SavedVariable parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static SavedVariable parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

public static SavedVariable parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public SavedVariable.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException