VariableDef

clase final pública VariableDef

 Protocol buffer representing a Variable.
 
Tipo de tensorflow.VariableDef

Clases anidadas

clase VariableDef.Builder
 Protocol buffer representing a Variable. 

Constantes

En t AGGREGATION_FIELD_NUMBER
En t INITIALIZER_NAME_FIELD_NUMBER
En t INITIAL_VALUE_NAME_FIELD_NUMBER
En t IS_RESOURCE_FIELD_NUMBER
En t SAVE_SLICE_INFO_DEF_FIELD_NUMBER
En t SNAPSHOT_NAME_FIELD_NUMBER
En t SYNCHRONIZATION_FIELD_NUMBER
En t TRAINABLE_FIELD_NUMBER
En t VARIABLE_NAME_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
Agregación variable
getAggregation ()
 Indicates how a distributed variable will be aggregated.
En t
getAggregationValue ()
 Indicates how a distributed variable will be aggregated.
static VariableDef
VariableDef
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
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.
Cuerda
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.
SaveSliceInfoDef
getSaveSliceInfoDef ()
 Support for saving variables as slices of a larger variable.
SaveSliceInfoDefOrBuilder
getSaveSliceInfoDefOrBuilder ()
 Support for saving variables as slices of a larger variable.
En t
Cuerda
getSnapshotName ()
 Name of the snapshot tensor.
com.google.protobuf.ByteString
getSnapshotNameBytes ()
 Name of the snapshot tensor.
Sincronización de variables
getSynchronization ()
 Indicates when a distributed variable will be synced.
En t
getSynchronizationValue ()
 Indicates when a distributed variable will be synced.
booleano
getTrainable ()
 Whether this variable should be trained.
final com.google.protobuf.UnknownFieldSet
Cuerda
getVariableName ()
 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.
En t
booleano final
static VariableDef.Builder
newBuilder (prototipo VariableDef )
static VariableDef.Builder
VariableDef.Builder
static VariableDef
parseDelimitedFrom (entrada InputStream)
static VariableDef
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
parseFrom (datos ByteBuffer)
static VariableDef
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
parseFrom (entrada com.google.protobuf.CodedInputStream)
static VariableDef
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
parseFrom (datos com.google.protobuf.ByteString)
static VariableDef
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VariableDef
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
VariableDef.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

public static final int AGGREGATION_FIELD_NUMBER

Valor constante: 9

public static final int INITIALIZER_NAME_FIELD_NUMBER

Valor constante: 2

public static final int INITIAL_VALUE_NAME_FIELD_NUMBER

Valor constante: 6

público estático final int IS_RESOURCE_FIELD_NUMBER

Valor constante: 5

public static final int SAVE_SLICE_INFO_DEF_FIELD_NUMBER

Valor constante: 4

public static final int SNAPSHOT_NAME_FIELD_NUMBER

Valor constante: 3

público estático final int SYNCHRONIZATION_FIELD_NUMBER

Valor constante: 8

public static final int TRAINABLE_FIELD_NUMBER

Valor constante: 7

public static final int VARIABLE_NAME_FIELD_NUMBER

Valor constante: 1

Métodos públicos

public boolean es igual a (Object 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 ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public String 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;

public String 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;

getIsResource booleano público ()

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

público 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 ()

public String 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 boolean getTrainable ()

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

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

public String getVariableName ()

 Name of the variable tensor.
 
string variable_name = 1; nombre_variable string variable_name = 1;

public com.google.protobuf.ByteString getVariableNameBytes ()

 Name of the variable tensor.
 
string variable_name = 1; nombre_variable string variable_name = 1;

public boolean hasSaveSliceInfoDef ()

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

public int hashCode ()

public final boolean isInitialized ()

public static VariableDef.Builder newBuilder (prototipo VariableDef )

public static VariableDef.Builder newBuilder ()

public VariableDef.Builder newBuilderForType ()

public static VariableDef parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static VariableDef parseFrom (ByteBuffer datos)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

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

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public VariableDef.Builder toBuilder ()

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

Lanza
IOException