VariableDef

classe finale publique VariableDef

 Protocol buffer representing a Variable.
 
tensorflow.VariableDef de type Protobuf.VariableDef

Classes imbriquées

classe VariableDef.Builder
 Protocol buffer representing a Variable. 

Constantes

int AGGREGATION_FIELD_NUMBER
int INITIALIZER_NAME_FIELD_NUMBER
int INITIAL_VALUE_NAME_FIELD_NUMBER
int IS_RESOURCE_FIELD_NUMBER
int SAVE_SLICE_INFO_DEF_FIELD_NUMBER
int SNAPSHOT_NAME_FIELD_NUMBER
int SYNCHRONIZATION_FIELD_NUMBER
int TRAINABLE_FIELD_NUMBER
int VARIABLE_NAME_FIELD_NUMBER

Méthodes publiques

booléen
est égal (Obj objet)
Agrégation de variables
getAgrégation ()
 Indicates how a distributed variable will be aggregated.
int
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
VariableDef statique
VariableDéf
final statique com.google.protobuf.Descriptors.Descriptor
Chaîne
getInitialValueName ()
 Name of the tensor holding the variable's initial value.
com.google.protobuf.ByteString
getInitialValueNameBytes ()
 Name of the tensor holding the variable's initial value.
Chaîne
getInitializerName ()
 Name of the initializer op.
com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
booléen
getIsResource ()
 Whether to represent this as a ResourceVariable.
EnregistrerSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
int
Chaîne
getSnapshotName ()
 Name of the snapshot tensor.
com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
Synchronisation des variables
getSynchronisation ()
 Indicates when a distributed variable will be synced.
int
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
booléen
obtenirTrainable ()
 Whether this variable should be trained.
final com.google.protobuf.UnknownFieldSet
Chaîne
getVariableName ()
 Name of the variable tensor.
com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
booléen
hasSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
int
booléen final
VariableDef.Builder statique
newBuilder (prototype VariableDef )
VariableDef.Builder statique
VariableDef.Builder
VariableDef statique
parseDelimitedFrom (entrée InputStream)
VariableDef statique
parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariableDef statique
parseFrom (données ByteBuffer)
VariableDef statique
parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariableDef statique
parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariableDef statique
parseFrom (entrée com.google.protobuf.CodedInputStream)
VariableDef statique
parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariableDef statique
parseFrom (données com.google.protobuf.ByteString)
VariableDef statique
parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VariableDef statique
parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
statique
VariableDef.Builder
vide
writeTo (sortie com.google.protobuf.CodedOutputStream)

Méthodes héritées

Constantes

public statique final int AGGREGATION_FIELD_NUMBER

Valeur constante : 9

public statique final int INITIALIZER_NAME_FIELD_NUMBER

Valeur constante : 2

public statique final int INITIAL_VALUE_NAME_FIELD_NUMBER

Valeur constante : 6

public statique final int IS_RESOURCE_FIELD_NUMBER

Valeur constante : 5

public statique final int SAVE_SLICE_INFO_DEF_FIELD_NUMBER

Valeur constante : 4

public statique final int SNAPSHOT_NAME_FIELD_NUMBER

Valeur constante : 3

public statique final int SYNCHRONIZATION_FIELD_NUMBER

Valeur constante : 8

public statique final int TRAINABLE_FIELD_NUMBER

Valeur constante : 7

public statique final int VARIABLE_NAME_FIELD_NUMBER

Valeur constante : 1

Méthodes publiques

public booléen égal (Objet obj)

public VariableAggregation getAggregation ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

public int getAggregationValue ()

 Indicates how a distributed variable will be aggregated.
 
.tensorflow.VariableAggregation aggregation = 9;

public statique VariableDef getDefaultInstance ()

public VariableDef getDefaultInstanceForType ()

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

chaîne publique getInitialValueName ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

public com.google.protobuf.ByteString getInitialValueNameBytes ()

 Name of the tensor holding the variable's initial value.
 
string initial_value_name = 6;

chaîne publique getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

public com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

public booléen getIsResource ()

 Whether to represent this as a ResourceVariable.
 
bool is_resource = 5;

publique getParserForType ()

public SaveSliceInfoDef getSaveSliceInfoDef ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

public SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

public int getSerializedSize ()

chaîne publique getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public com.google.protobuf.ByteString getSnapshotNameBytes ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

public VariableSynchronization getSynchronization ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

public int getSynchronizationValue ()

 Indicates when a distributed variable will be synced.
 
.tensorflow.VariableSynchronization synchronization = 8;

public booléen getTrainable ()

 Whether this variable should be trained.
 
bool trainable = 7;

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

chaîne publique getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

public com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

public booléen hasSaveSliceInfoDef ()

 Support for saving variables as slices of a larger variable.
 
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;

code de hachage int public ()

public final booléen isInitialized ()

public statique VariableDef.Builder newBuilder (prototype VariableDef )

public statique VariableDef.Builder newBuilder ()

public VariableDef.Builder newBuilderForType ()

public statique VariableDef parseDelimitedFrom (entrée InputStream)

Jetés
IOException

public static VariableDef parseDelimitedFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public statique VariableDef parseFrom (données ByteBuffer)

Jetés
InvalidProtocolBufferException

public static VariableDef parseFrom (entrée com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static VariableDef parseFrom (données ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public static VariableDef parseFrom (entrée com.google.protobuf.CodedInputStream)

Jetés
IOException

public static VariableDef parseFrom (données octet[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique VariableDef parseFrom (données com.google.protobuf.ByteString)

Jetés
InvalidProtocolBufferException

public static VariableDef parseFrom (entrée InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
IOException

public static VariableDef parseFrom (données com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Jetés
InvalidProtocolBufferException

public statique analyseur ()

public VariableDef.Builder toBuilder ()

public void writeTo (sortie com.google.protobuf.CodedOutputStream)

Jetés
IOException