공개 정적 인터페이스 OpDef.AttrDefOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 속성값 | getAllowedValues () The set of allowed values. |
추상 AttrValueOrBuilder | getAllowedValuesOrBuilder () The set of allowed values. |
추상 속성값 | 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. |
추상 문자열 | get설명 () 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;
공개 추상 긴 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;