classe final pública VariableDef
Protocol buffer representing a Variable.
tensorflow.VariableDef
Classes aninhadas
aula | VariávelDef.Builder | Protocol buffer representing a Variable. |
Constantes
interno | AGGREGATION_FIELD_NUMBER | |
interno | INITIALIZER_NAME_FIELD_NUMBER | |
interno | INITIAL_VALUE_NAME_FIELD_NUMBER | |
interno | IS_RESOURCE_FIELD_NUMBER | |
interno | SAVE_SLICE_INFO_DEF_FIELD_NUMBER | |
interno | SNAPSHOT_NAME_FIELD_NUMBER | |
interno | SYNCHRONIZATION_FIELD_NUMBER | |
interno | TRAINABLE_FIELD_NUMBER | |
interno | VARIABLE_NAME_FIELD_NUMBER |
Métodos Públicos
booleano | é igual (objeto obj) |
Agregação Variável | getAgregação () Indicates how a distributed variable will be aggregated. |
interno | getAggregationValue () Indicates how a distributed variable will be aggregated. |
Variável estáticaDef | |
VariávelDef | |
final estático com.google.protobuf.Descriptors.Descriptor | |
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. |
SalvarSliceInfoDef | getSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
SaveSliceInfoDefOrBuilder | getSaveSliceInfoDefOrBuilder () Support for saving variables as slices of a larger variable. |
interno | |
Corda | getSnapshotName () Name of the snapshot tensor. |
com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
Sincronização de variáveis | getSincronização () Indicates when a distributed variable will be synced. |
interno | getSynchronizationValue () Indicates when a distributed variable will be synced. |
booleano | getTrainável () Whether this variable should be trained. |
final com.google.protobuf.UnknownFieldSet | |
Corda | getNomeVariável () 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. |
interno | código hash () |
booleano final | |
VariableDef.Builder estática | newBuilder (protótipo VariableDef ) |
VariableDef.Builder estática | |
VariávelDef.Builder | |
Variável estáticaDef | parseDelimitedFrom (entrada InputStream) |
Variável estáticaDef | parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável estáticaDef | parseFrom (dados de ByteBuffer) |
Variável estáticaDef | parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável estáticaDef | parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável estáticaDef | parseFrom (entrada com.google.protobuf.CodedInputStream) |
Variável estáticaDef | parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável estáticaDef | parseFrom (dados com.google.protobuf.ByteString) |
Variável estáticaDef | parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Variável estáticaDef | parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
estático | analisador () |
VariávelDef.Builder | |
vazio | writeTo (saída com.google.protobuf.CodedOutputStream) |
Métodos herdados
Constantes
público estático final int AGGREGATION_FIELD_NUMBER
Valor Constante: 9
público estático final int INITIALIZER_NAME_FIELD_NUMBER
Valor Constante: 2
público estático final int INITIAL_VALUE_NAME_FIELD_NUMBER
Valor Constante: 6
público estático final int IS_RESOURCE_FIELD_NUMBER
Valor Constante: 5
público estático final int SAVE_SLICE_INFO_DEF_FIELD_NUMBER
Valor Constante: 4
público estático final int SNAPSHOT_NAME_FIELD_NUMBER
Valor Constante: 3
público estático final int SYNCHRONIZATION_FIELD_NUMBER
Valor Constante: 8
público estático final int TRAINABLE_FIELD_NUMBER
Valor Constante: 7
público estático final int VARIABLE_NAME_FIELD_NUMBER
Valor Constante: 1
Métodos Públicos
booleano público é igual (Object obj)
public VariableAggregation getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
público int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9;
final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()
string pública getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
público com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6;
String pública 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 ()
público SaveSliceInfoDef getSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
público SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
público int getSerializedSize ()
String pública getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3;
público 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;
getTrainable booleano público ()
Whether this variable should be trained.
bool trainable = 7;
final público com.google.protobuf.UnknownFieldSet getUnknownFields ()
String pública getVariableName ()
Name of the variable tensor.
string variable_name = 1;
público com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1;
público booleano hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
hashCode int público ()
público final booleano isInitialized ()
public static VariableDef parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static VariableDef parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static VariableDef parseFrom (dados ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static VariableDef parseFrom (entrada com.google.protobuf.CodedInputStream)
Lança
IOException |
---|
public static VariableDef parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
public static VariableDef parseFrom (dados com.google.protobuf.ByteString)
Lança
InvalidProtocolBufferException |
---|
public static VariableDef parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
IOException |
---|
public static VariableDef parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lança
InvalidProtocolBufferException |
---|
estática pública analisador ()
public void writeTo (saída com.google.protobuf.CodedOutputStream)
Lança
IOException |
---|