VariableDef

classe finale pubblica VariableDef

 Protocol buffer representing a Variable.
 
Tipo protobuf tensorflow.VariableDef

Classi nidificate

classe VariabileDef.Builder
 Protocol buffer representing a Variable. 

Costanti

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

Metodi pubblici

booleano
è uguale a (Oggetto oggetto)
Aggregazione di variabili
getAggregazione ()
 Indicates how a distributed variable will be aggregated.
int
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
Variabile staticaDef
VariabileDef
com.google.protobuf.Descriptors.Descriptor statico finale
Corda
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.
Corda
getInitializerName ()
 Name of the initializer op.
com.google.protobuf.ByteString
getInitializerNameBytes ()
 Name of the initializer op.
booleano
getIsResource ()
 Whether to represent this as a ResourceVariable.
SalvaSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
SalvaSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
int
Corda
getSnapshotName ()
 Name of the snapshot tensor.
com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
Sincronizzazione variabile
getSynchronization ()
 Indicates when a distributed variable will be synced.
int
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
booleano
getTrainable ()
 Whether this variable should be trained.
finale com.google.protobuf.UnknownFieldSet
Corda
getVariabileNome ()
 Name of the variable tensor.
com.google.protobuf.ByteString
getVariableNameBytes ()
 Name of the variable tensor.
booleano
hasSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
int
booleano finale
VariableDef.Builder statico
newBuilder (prototipo VariableDef )
VariableDef.Builder statico
VariabileDef.Builder
Variabile staticaDef
parseDelimitedFrom (input InputStream)
Variabile staticaDef
parseDelimitedFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Variabile staticaDef
parseFrom (dati ByteBuffer)
Variabile staticaDef
parseFrom (input com.google.protobuf.CodedInputStream, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
Variabile staticaDef
parseFrom (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Variabile staticaDef
parseFrom (ingresso com.google.protobuf.CodedInputStream)
Variabile staticaDef
parseFrom (byte[] dati, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Variabile staticaDef
parseFrom (dati com.google.protobuf.ByteString)
Variabile staticaDef
parseFrom (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Variabile staticaDef
parseFrom (dati com.google.protobuf.ByteString, estensione com.google.protobuf.ExtensionRegistryLiteRegistry)
statico
VariabileDef.Builder
vuoto
writeTo (output com.google.protobuf.CodedOutputStream)

Metodi ereditati

Costanti

public static final int AGGREGATION_FIELD_NUMBER

Valore costante: 9

public static final int INITIALIZER_NAME_FIELD_NUMBER

Valore costante: 2

public static final int INITIAL_VALUE_NAME_FIELD_NUMBER

Valore costante: 6

public static final int IS_RESOURCE_FIELD_NUMBER

Valore costante: 5

public static final int SAVE_SLICE_INFO_DEF_FIELD_NUMBER

Valore costante: 4

pubblico statico finale int SNAPSHOT_NAME_FIELD_NUMBER

Valore costante: 3

public static final int SYNCHRONIZATION_FIELD_NUMBER

Valore costante: 8

public static final int TRAINABLE_FIELD_NUMBER

Valore costante: 7

public static final int VARIABLE_NAME_FIELD_NUMBER

Valore costante: 1

Metodi pubblici

booleano pubblico è uguale a (Oggetto 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 static VariableDef getDefaultInstance ()

public VariableDef getDefaultInstanceForType ()

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

stringa pubblica getInitialValueName ()

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

pubblico com.google.protobuf.ByteString getInitialValueNameBytes ()

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

stringa pubblica getInitializerName ()

 Name of the initializer op.
 
string initializer_name = 2;

pubblico com.google.protobuf.ByteString getInitializerNameBytes ()

 Name of the initializer op.
 
string initializer_name = 2;

pubblico booleano getIsResource ()

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

pubblico getParserForType ()

pubblico 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 ()

stringa pubblica getSnapshotName ()

 Name of the snapshot tensor.
 
string snapshot_name = 3;

pubblico 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;

pubblico booleano getTrainable ()

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

pubblico finale com.google.protobuf.UnknownFieldSet getUnknownFields ()

stringa pubblica getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1;

pubblico com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1;

booleano pubblico hasSaveSliceInfoDef ()

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

public int hashCode ()

public final booleano isInitialized ()

public static VariableDef.Builder newBuilder (prototipo VariableDef )

pubblico statico VariableDef.Builder newBuilder ()

public VariableDef.Builder newBuilderForType ()

public static VariableDef parseDelimitedFrom (input InputStream)

Lancia
IOException

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

Lancia
IOException

parseFrom pubblico statico VariableDef (dati ByteBuffer)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico VariableDef (input com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico VariableDef (dati ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico VariableDef (input com.google.protobuf.CodedInputStream)

Lancia
IOException

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

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico VariableDef (dati com.google.protobuf.ByteString)

Lancia
InvalidProtocolBufferException

parseFrom pubblico statico VariableDef (input InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
IOException

parseFrom pubblico statico VariableDef (dati com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lancia
InvalidProtocolBufferException

pubblico statico analizzatore ()

public VariableDef.Builder toBuilder ()

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

Lancia
IOException