الفئة النهائية العامة الثابتة OpDef.AttrDef.Builder
Description of the graph-construction-time configuration of this Op. That is to say, this describes the attr fields that will be specified in the NodeDef.نوع Protobuf
tensorflow.OpDef.AttrDef
الأساليب العامة
OpDef.AttrDef.Builder | addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
OpDef.AttrDef | يبني () |
OpDef.AttrDef | بناء جزئي () |
OpDef.AttrDef.Builder | واضح () |
OpDef.AttrDef.Builder | القيم الواضحة () The set of allowed values. |
OpDef.AttrDef.Builder | قيمة واضحة () A reasonable default for this attribute if the user does not supply a value. |
OpDef.AttrDef.Builder | وصف واضح () Human-readable description. |
OpDef.AttrDef.Builder | ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor) |
OpDef.AttrDef.Builder | ClearHasMinimum () For type == "int", this is a minimum value. |
OpDef.AttrDef.Builder | الحد الأدنى الواضح () int64 minimum = 6; |
OpDef.AttrDef.Builder | اسم واضح () A descriptive name for the argument. |
OpDef.AttrDef.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
OpDef.AttrDef.Builder | نوع واضح () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
OpDef.AttrDef.Builder | استنساخ () |
AttrValue | الحصول على القيم المسموح بها () The set of allowed values. |
AttrValue.Builder | الحصول علىAllowedValuesBuilder () The set of allowed values. |
AttrValueOrBuilder | الحصول علىAllowedValuesOrBuilder () The set of allowed values. |
OpDef.AttrDef | |
AttrValue | الحصول على القيمة الافتراضية () A reasonable default for this attribute if the user does not supply a value. |
AttrValue.Builder | getDefaultValueBuilder () A reasonable default for this attribute if the user does not supply a value. |
AttrValueOrBuilder | getDefaultValueOrBuilder () A reasonable default for this attribute if the user does not supply a value. |
خيط | الحصول على الوصف () Human-readable description. |
com.google.protobuf.ByteString | الحصول على الوصف بايت () Human-readable description. |
النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
منطقية | الحصول على الحد الأدنى () For type == "int", this is a minimum value. |
طويل | الحصول على الحد الأدنى () int64 minimum = 6; |
خيط | الحصول على الاسم () A descriptive name for the argument. |
com.google.protobuf.ByteString | الحصول على اسم بايت () A descriptive name for the argument. |
خيط | الحصول على النوع () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
com.google.protobuf.ByteString | الحصول علىTypeBytes () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
منطقية | hasAllowedValues () The set of allowed values. |
منطقية | قيمة افتراضية () A reasonable default for this attribute if the user does not supply a value. |
منطقية نهائية | تمت التهيئة () |
OpDef.AttrDef.Builder | |
OpDef.AttrDef.Builder | mergeDefaultValue (قيمة AttrValue ) A reasonable default for this attribute if the user does not supply a value. |
OpDef.AttrDef.Builder | دمج من (com.google.protobuf.Message أخرى) |
OpDef.AttrDef.Builder | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
OpDef.AttrDef.Builder النهائي | دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
OpDef.AttrDef.Builder | |
OpDef.AttrDef.Builder | |
OpDef.AttrDef.Builder | setDefaultValue (قيمة AttrValue ) A reasonable default for this attribute if the user does not supply a value. |
OpDef.AttrDef.Builder | setDefaultValue ( AttrValue.Builder builderForValue) A reasonable default for this attribute if the user does not supply a value. |
OpDef.AttrDef.Builder | setDescription (قيمة السلسلة) Human-readable description. |
OpDef.AttrDef.Builder | setDescriptionBytes (قيمة com.google.protobuf.ByteString) Human-readable description. |
OpDef.AttrDef.Builder | setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
OpDef.AttrDef.Builder | setHasMinimum (قيمة منطقية) For type == "int", this is a minimum value. |
OpDef.AttrDef.Builder | setMinimum (قيمة طويلة) int64 minimum = 6; |
OpDef.AttrDef.Builder | setName (قيمة السلسلة) A descriptive name for the argument. |
OpDef.AttrDef.Builder | setNameBytes (قيمة com.google.protobuf.ByteString) A descriptive name for the argument. |
OpDef.AttrDef.Builder | setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، فهرس int، قيمة الكائن) |
OpDef.AttrDef.Builder | setType (قيمة السلسلة) One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
OpDef.AttrDef.Builder | setTypeBytes (قيمة com.google.protobuf.ByteString) One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
OpDef.AttrDef.Builder النهائي | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
الطرق الموروثة
الأساليب العامة
OpDef.AttrDef.Builder public addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
OpDef.AttrDef.Builder العامة ClearAllowedValues ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
OpDef.AttrDef.Builder العامة ClearDefaultValue ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
OpDef.AttrDef.Builder العام ClearHasMinimum ()
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
OpDef.AttrDef.Builder العام ClearName ()
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
OpDef.AttrDef.Builder العام ClearType ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
AttrValue العامة getAllowedValues ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
AttrValue.Builder العامة getAllowedValuesBuilder ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
GetAllowedValuesOrBuilder العامة AttrValueOrBuilder ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
AttrValue العامة getDefaultValue ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
AttrValue.Builder العامة getDefaultValueBuilder ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
GetDefaultValueOrBuilder العامة AttrValueOrBuilder ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
الحصول على سلسلة عامة ()
Human-readable description.
string description = 4;
com.google.protobuf.ByteString العامة getDescriptionBytes ()
Human-readable description.
string description = 4;
النهائي العام الثابت com.google.protobuf.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام
الحصول على القيمة المنطقية العامة HasMinimum ()
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
الحصول على الحد الأدنى العام الطويل ()
int64 minimum = 6;
سلسلة getName العامة ()
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
com.google.protobuf.ByteString العامة getNameBytes ()
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
سلسلة getType العامة ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
com.google.protobuf.ByteString getTypeBytes () العام
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
القيمة المنطقية العامة hasAllowedValues ()
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
القيمة المنطقية العامة hasDefaultValue ()
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
تمت تهيئة القيمة المنطقية النهائية العامة ()
OpDef.AttrDef.Builder العام mergeAllowedValues (قيمة AttrValue )
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
OpDef.AttrDef.Builder العام mergeDefaultValue (قيمة AttrValue )
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
OpDef.AttrDef.Builder العام mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
IOEException |
---|
النهائي العام OpDef.AttrDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetUnknownFields)
مجموعة OpDef.AttrDef.Builder العامة AllowedValues ( AttrValue.Builder builderForValue)
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
مجموعة OpDef.AttrDef.Builder العامة AllowedValues (قيمة AttrValue )
The set of allowed values. Has type that is the "list" version of the "type" field above (uses the "list" field of AttrValue). If type == "type" or "list(type)" above, then the "type" field of "allowed_values.list" has the set of allowed DataTypes. If type == "string" or "list(string)", then the "s" field of "allowed_values.list" has the set of allowed strings.
.tensorflow.AttrValue allowed_values = 7;
OpDef.AttrDef.Builder العامة setDefaultValue (قيمة AttrValue )
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
OpDef.AttrDef.Builder العامة setDefaultValue ( AttrValue.Builder builderForValue)
A reasonable default for this attribute if the user does not supply a value. If not specified, the user must supply a value.
.tensorflow.AttrValue default_value = 3;
مجموعة OpDef.AttrDef.Builder العامة (قيمة السلسلة)
Human-readable description.
string description = 4;
OpDef.AttrDef.Builder العامة setDescriptionBytes (قيمة com.google.protobuf.ByteString)
Human-readable description.
string description = 4;
OpDef.AttrDef.Builder setField العام (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
مجموعة OpDef.AttrDef.Builder العامة HasMinimum (قيمة منطقية)
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
اسم مجموعة OpDef.AttrDef.Builder العام (قيمة السلسلة)
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
مجموعة OpDef.AttrDef.Builder العامة NameBytes (قيمة com.google.protobuf.ByteString)
A descriptive name for the argument. May be used, e.g. by the Python client, as a keyword argument name, and so should match the regexp "[a-z][a-z0-9_]+".
string name = 1;
OpDef.AttrDef.Builder العام setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، مؤشر int، قيمة الكائن)
مجموعة OpDef.AttrDef.Builder العامة (قيمة السلسلة)
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
مجموعة OpDef.AttrDef.Builder العامة TypeBytes (قيمة com.google.protobuf.ByteString)
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;