رابط استاتیک عمومی OpDef.AttrDefOrBuilder
زیر کلاس های غیر مستقیم شناخته شده |
روش های عمومی
AttrValue انتزاعی | getAllowedValues () The set of allowed values. |
AttrValueOrBuilder انتزاعی | getAllowedValuesOrBuilder () The set of allowed values. |
AttrValue انتزاعی | getDefaultValue () 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. |
رشته انتزاعی | getDescription () Human-readable description. |
چکیده com.google.protobuf.ByteString | getDescriptionBytes () Human-readable description. |
بولی انتزاعی | getHasMinimum () For type == "int", this is a minimum value. |
انتزاعی طولانی | دریافت حداقل () int64 minimum = 6; |
رشته انتزاعی | getName () A descriptive name for the argument. |
چکیده com.google.protobuf.ByteString | getNameBytes () A descriptive name for the argument. |
رشته انتزاعی | getType () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
چکیده com.google.protobuf.ByteString | getTypeBytes () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
بولی انتزاعی | hasAllowedValues () The set of allowed values. |
بولی انتزاعی | hasDefaultValue () 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;
انتزاع عمومی طولانی دریافت حداقل ()
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;