genel son sınıf VariableDef
Protocol buffer representing a Variable.
tensorflow.VariableDef
İç İçe Sınıflar
sınıf | VariableDef.Builder | Protocol buffer representing a Variable. |
Sabitler
Genel Yöntemler
boolean | eşittir (Nesne nesnesi) |
Değişken Toplama | getAggregation () Indicates how a distributed variable will be aggregated. |
int | getAggregationValue () Indicates how a distributed variable will be aggregated. |
statik Değişken Tanımı | |
DeğişkenDef | |
final statik com.google.protobuf.Descriptors.Descriptor | |
Sicim | 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. |
Sicim | getInitializerName () Name of the initializer op. |
com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
boolean | 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. |
int | |
Sicim | getSnapshotName () Name of the snapshot tensor. |
com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
Değişken Senkronizasyon | getSynchronization () Indicates when a distributed variable will be synced. |
int | getSynchronizationValue () Indicates when a distributed variable will be synced. |
boolean | eğitilebilir olsun () Whether this variable should be trained. |
final com.google.protobuf.UnknownFieldSet | |
Sicim | getVariableName () Name of the variable tensor. |
com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
boolean | hasSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
int | hashKodu () |
son boole değeri | Başlatıldı () |
statik VariableDef.Builder | newBuilder ( VariableDef prototipi) |
statik VariableDef.Builder | yeniİnşaatçı () |
VariableDef.Builder | |
statik Değişken Tanımı | parseDelimitedFrom (InputStream girişi) |
statik Değişken Tanımı | parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Değişken Tanımı | parseFrom (ByteBuffer verileri) |
statik Değişken Tanımı | parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Değişken Tanımı | parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Değişken Tanımı | ayrıştırmaFrom (com.google.protobuf.CodedInputStream girişi) |
statik Değişken Tanımı | parseFrom (byte[] verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Değişken Tanımı | ayrıştırmaFrom (com.google.protobuf.ByteString verileri) |
statik Değişken Tanımı | parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik Değişken Tanımı | parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
statik | ayrıştırıcı () |
VariableDef.Builder | inşaatçıya () |
geçersiz | writeTo (com.google.protobuf.CodedOutputStream çıkışı) |
Kalıtsal Yöntemler
Sabitler
genel statik final int AGGREGATION_FIELD_NUMBER
Sabit Değer: 9
genel statik final int INITIALIZER_NAME_FIELD_NUMBER
Sabit Değer: 2
genel statik final int INITIAL_VALUE_NAME_FIELD_NUMBER
Sabit Değer: 6
genel statik final int IS_RESOURCE_FIELD_NUMBER
Sabit Değer: 5
genel statik final int SAVE_SLICE_INFO_DEF_FIELD_NUMBER
Sabit Değer: 4
genel statik final int SNAPSHOT_NAME_FIELD_NUMBER
Sabit Değer: 3
genel statik final int SYNCHRONIZATION_FIELD_NUMBER
Sabit Değer: 8
genel statik final int TRAINABLE_FIELD_NUMBER
Sabit Değer: 7
genel statik final int VARIABLE_NAME_FIELD_NUMBER
Sabit Değer: 1
Genel Yöntemler
genel boole eşittir (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 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;
genel boolean getIsResource ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5;
halk getParserForType ()
genel 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;
genel DeğişkenSenkronizasyon 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;
herkese açık boolean getTrainable ()
Whether this variable should be trained.
bool trainable = 7;
genel final com.google.protobuf.UnknownFieldSet getUnknownFields ()
public String 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;
genel boolean hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4;
genel int hashCode ()
genel final boolean isInitialized ()
public static VariableDef parseDelimitedFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
public static VariableDef parseFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
public static VariableDef parseFrom (ByteBuffer verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
public static VariableDef parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik VariableDef parseFrom (com.google.protobuf.ByteString verileri)
Atar
Geçersiz ProtokolBufferException |
---|
public static VariableDef parseFrom (InputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
public static VariableDef parseFrom (com.google.protobuf.ByteString verileri, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
Geçersiz ProtokolBufferException |
---|
genel statik ayrıştırıcı ()
genel geçersiz writeTo (com.google.protobuf.CodedOutputStream çıkışı)
Atar
IO İstisnası |
---|