الواجهة الثابتة العامة OpDef.AttrDefOrBuilder
الفئات الفرعية غير المباشرة المعروفة |
الأساليب العامة
مجردة AttrValue | الحصول على القيم المسموح بها () The set of allowed values. |
مجردة AttrValueOrBuilder | الحصول علىAllowedValuesOrBuilder () The set of allowed values. |
مجردة AttrValue | الحصول على القيمة الافتراضية () 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. |
منطقية مجردة | الحصول على الحد الأدنى () 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. |
الأساليب العامة
الملخص العام 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;
الملخص العام AttrValueOrBuilder getAllowedValuesOrBuilder ()
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;
الملخص العام AttrValueOrBuilder getDefaultValueOrBuilder ()
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;
سلسلة getDescription () مجردة عامة
Human-readable description.
string description = 4;
الملخص العام com.google.protobuf.ByteString getDescriptionBytes ()
Human-readable description.
string description = 4;
getHasMinimum () الملخص المنطقي العام
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
الملخص العام الطويل getMinimum ()
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;