מחלקה סופית ציבורית VariableDef
Protocol buffer representing a Variable.
tensorflow.VariableDef מסוג Protobuf.VariableDef כיתות מקוננות
| מַחלָקָה | VariableDef.Builder | Protocol buffer representing a Variable. | |
קבועים
שיטות ציבוריות
| בוליאני | שווה (Object obj) |
| צבירה משתנה | getAggregation () Indicates how a distributed variable will be aggregated. |
| int | getAggregationValue () Indicates how a distributed variable will be aggregated. |
| סטטי VariableDef | |
| VariableDef | |
| final 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. |
| int | |
| חוּט | 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. |
| int | getSynchronizationValue () Indicates when a distributed variable will be synced. |
| בוליאני | getTrainable () Whether this variable should be trained. |
| final 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. |
| int | hashcode () |
| בוליאנית סופית | |
| סטטי VariableDef.Builder | newBuilder (אב-טיפוס VariableDef ) |
| סטטי VariableDef.Builder | newBuilder () |
| VariableDef.Builder | |
| סטטי VariableDef | parseDelimitedFrom (קלט InputStream) |
| סטטי VariableDef | parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| סטטי VariableDef | parseFrom (נתוני ByteBuffer) |
| סטטי VariableDef | parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| סטטי VariableDef | parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| סטטי VariableDef | parseFrom (קלט com.google.protobuf.CodedInputStream) |
| סטטי VariableDef | parseFrom (נתוני byte[], com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| סטטי VariableDef | parseFrom (נתוני com.google.protobuf.ByteString) |
| סטטי VariableDef | parseFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| סטטי 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)
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 ()
מחרוזת ציבורית 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; מחרוזת ציבורית 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 בוליאני ציבורי ()
Whether to represent this as a ResourceVariable.
bool is_resource = 5; פּוּמְבֵּי 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 ()
מחרוזת ציבורית 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; getTrainable בוליאני ציבורי ()
Whether this variable should be trained.
bool trainable = 7; public final com.google.protobuf.UnknownFieldSet getUnknownFields ()
מחרוזת ציבורית 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; בוליאני ציבורי hasSaveSliceInfoDef ()
Support for saving variables as slices of a larger variable.
.tensorflow.SaveSliceInfoDef save_slice_info_def = 4; public int hashCode ()
בוליאני הסופי הציבורי הוא אתחול ()
public static VariableDef parseDelimitedFrom (קלט InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| IOException |
|---|
public static VariableDef parseFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| IOException |
|---|
public static VariableDef parseFrom (נתוני ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| InvalidProtocolBufferException |
|---|
public static VariableDef parseFrom (נתוני byte[], 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
| InvalidProtocolBufferException |
|---|
סטטי ציבורי מנתח ()
public void writeTo (פלט com.google.protobuf.CodedOutputStream)
זורק
| IOException |
|---|