کلاس نهایی عمومی VariableDef
Protocol buffer representing a Variable.
tensorflow.VariableDef کلاس های تو در تو
| کلاس | VariableDef.Builder | Protocol buffer representing a Variable. | |
ثابت ها
| بین المللی | AGGREGATION_FIELD_NUMBER | |
| بین المللی | INITIALIZER_NAME_FIELD_NUMBER | |
| بین المللی | INITIAL_VALUE_NAME_FIELD_NUMBER | |
| بین المللی | IS_RESOURCE_FIELD_NUMBER | |
| بین المللی | SAVE_SLICE_INFO_DEF_FIELD_NUMBER | |
| بین المللی | SNAPSHOT_NAME_FIELD_NUMBER | |
| بین المللی | SYNCHRONIZATION_FIELD_NUMBER | |
| بین المللی | TRAINABLE_FIELD_NUMBER | |
| بین المللی | VARIABLE_NAME_FIELD_NUMBER |
روش های عمومی
| بولی | برابر است (object obj) |
| VariableAggregation | getAggregation () Indicates how a distributed variable will be aggregated. |
| بین المللی | getAggregationValue () Indicates how a distributed variable will be aggregated. |
| Static VariableDef | |
| VariableDef | |
| نهایی static com.google.protobuf.Descriptors.Descriptor | |
| رشته | 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. |
| رشته | getInitializerName () Name of the initializer op. |
| com.google.protobuf.ByteString | getInitializerNameBytes () Name of the initializer op. |
| بولی | 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. |
| بین المللی | |
| رشته | getSnapshotName () Name of the snapshot tensor. |
| com.google.protobuf.ByteString | getSnapshotNameBytes () Name of the snapshot tensor. |
| همگام سازی متغیر | getSynchronization () Indicates when a distributed variable will be synced. |
| بین المللی | getSynchronizationValue () Indicates when a distributed variable will be synced. |
| بولی | getTrainable () Whether this variable should be trained. |
| com.google.protobuf.UnknownFieldSet نهایی | |
| رشته | getVariableName () Name of the variable tensor. |
| com.google.protobuf.ByteString | getVariableNameBytes () Name of the variable tensor. |
| بولی | hasSaveSliceInfoDef () Support for saving variables as slices of a larger variable. |
| بین المللی | کد هش () |
| بولی نهایی | |
| Static VariableDef.Builder | newBuilder (نمونه اولیه VariableDef ) |
| Static VariableDef.Builder | newBuilder () |
| VariableDef.Builder | |
| Static VariableDef | parseDelimitedFrom (ورودی جریان ورودی) |
| Static VariableDef | parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Static VariableDef | parseFrom (داده های ByteBuffer) |
| Static VariableDef | parseFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Static VariableDef | parseFrom (دادههای ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Static VariableDef | parseFrom (ورودی com.google.protobuf.CodedInputStream) |
| Static VariableDef | parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Static VariableDef | parseFrom (داده های com.google.protobuf.ByteString) |
| Static VariableDef | parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Static VariableDef | parseFrom (دادههای com.google.protobuf.ByteString، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| ایستا | تجزیه کننده () |
| VariableDef.Builder | toBuilder () |
| باطل | writeTo (خروجی com.google.protobuf.CodedOutputStream) |
روش های ارثی
ثابت ها
نهایی استاتیک عمومی AGGREGATION_FIELD_NUMBER
مقدار ثابت: 9
نهایی استاتیک عمومی INITIALIZER_NAME_FIELD_NUMBER
مقدار ثابت: 2
نهایی استاتیک عمومی INITIAL_VALUE_NAME_FIELD_NUMBER
مقدار ثابت: 6
نهایی استاتیک عمومی IS_RESOURCE_FIELD_NUMBER
ارزش ثابت: 5
اطلاعات نهایی ثابت عمومی SAVE_SLICE_INFO_DEF_FIELD_NUMBER
ارزش ثابت: 4
نهایی استاتیک عمومی SNAPSHOT_NAME_FIELD_NUMBER
مقدار ثابت: 3
نهایی استاتیک عمومی SYNCHRONIZATION_FIELD_NUMBER
مقدار ثابت: 8
نهایی استاتیک عمومی TRAINABLE_FIELD_NUMBER
ارزش ثابت: 7
نهایی استاتیک عمومی VARIABLE_NAME_FIELD_NUMBER
ارزش ثابت: 1
روش های عمومی
بولین عمومی برابر است (Object Obj)
عمومی VariableAggregation getAggregation ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; عمومی int getAggregationValue ()
Indicates how a distributed variable will be aggregated.
.tensorflow.VariableAggregation aggregation = 9; public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
رشته عمومی getInitialValueName ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; عمومی com.google.protobuf.ByteString getInitialValueNameBytes ()
Name of the tensor holding the variable's initial value.
string initial_value_name = 6; رشته عمومی getInitializerName ()
Name of the initializer op.
string initializer_name = 2; عمومی com.google.protobuf.ByteString getInitializerNameBytes ()
Name of the initializer op.
string initializer_name = 2; getIsResource بولی عمومی ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5; عمومی getParserForType ()
عمومی SaveSliceInfoDef getSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; عمومی SaveSliceInfoDefOrBuilder getSaveSliceInfoDefOrBuilder ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; عمومی int getSerializedSize ()
رشته عمومی getSnapshotName ()
Name of the snapshot tensor.
string snapshot_name = 3; عمومی com.google.protobuf.ByteString getSnapshotNameBytes ()
Name of the snapshot tensor.
string snapshot_name = 3; همگام سازی متغیر عمومی getSynchronization ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; عمومی int getSynchronizationValue ()
Indicates when a distributed variable will be synced.
.tensorflow.VariableSynchronization synchronization = 8; getTrainable بولین عمومی ()
Whether this variable should be trained.
bool trainable = 7; عمومی نهایی com.google.protobuf.UnknownFieldSet getUnknownFields ()
رشته عمومی getVariableName ()
Name of the variable tensor.
string variable_name = 1; عمومی com.google.protobuf.ByteString getVariableNameBytes ()
Name of the variable tensor.
string variable_name = 1; بولی عمومی hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; هش کد عمومی ()
بولین نهایی عمومی isInitialized ()
Public Static VariableDef parseDelimitedFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی استاتیک VariableDef parseFrom (com.google.protobuf.CodedInputStream ورودی، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی استاتیک VariableDef parseFrom (داده های ByteBuffer، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
public static VariableDef parseFrom (ورودی com.google.protobuf.CodedInputStream)
پرتاب می کند
| IOException |
|---|
عمومی استاتیک VariableDef parseFrom (بایت[] داده، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
public static VariableDef parseFrom (داده های com.google.protobuf.ByteString)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
Public Static VariableDef parseFrom (ورودی InputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
Public Static VariableDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| InvalidProtocolBufferException |
|---|
استاتیک عمومی تجزیه کننده ()
public void writeTo (خروجی com.google.protobuf.CodedOutputStream)
پرتاب می کند
| IOException |
|---|