publiczny interfejs statyczny OpDef.AttrDefOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjna wartość atrybutu | getAllowedValues () The set of allowed values. |
streszczenie AttrValueOrBuilder | getAllowedValuesOrBuilder () The set of allowed values. |
abstrakcyjna wartość atrybutu | pobierz wartość domyślną () A reasonable default for this attribute if the user does not supply a value. |
streszczenie AttrValueOrBuilder | getDefaultValueOrBuilder () A reasonable default for this attribute if the user does not supply a value. |
abstrakcyjny ciąg | pobierz opis () Human-readable description. |
streszczenie com.google.protobuf.ByteString | getDescriptionBytes () Human-readable description. |
abstrakcyjna wartość logiczna | getHasMinimum () For type == "int", this is a minimum value. |
streszczenie długie | pobierzMinimum () int64 minimum = 6; |
abstrakcyjny ciąg | pobierz nazwę () A descriptive name for the argument. |
streszczenie com.google.protobuf.ByteString | getNameBytes () A descriptive name for the argument. |
abstrakcyjny ciąg | pobierzTyp () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
streszczenie com.google.protobuf.ByteString | getTypeBytes () One of the type names from attr_value.proto ("string", "list(string)", "int", etc.). |
abstrakcyjna wartość logiczna | ma dozwolone wartości () The set of allowed values. |
abstrakcyjna wartość logiczna | ma wartość domyślną () A reasonable default for this attribute if the user does not supply a value. |
Metody publiczne
publiczne streszczenie 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;
publiczne streszczenie 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;
publiczne streszczenie 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;
publiczne streszczenie 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;
publiczna abstrakcja String getDescription ()
Human-readable description.
string description = 4;
publiczne streszczenie com.google.protobuf.ByteString getDescriptionBytes ()
Human-readable description.
string description = 4;
publiczna abstrakcja logiczna getHasMinimum ()
For type == "int", this is a minimum value. For "list(___)" types, this is the minimum length.
bool has_minimum = 5;
publiczne streszczenie długie getMinimum ()
int64 minimum = 6;
publiczna abstrakcja String 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;
publiczne streszczenie 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;
publiczny streszczenie String getType ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
publiczne streszczenie com.google.protobuf.ByteString getTypeBytes ()
One of the type names from attr_value.proto ("string", "list(string)", "int", etc.).
string type = 2;
publiczna wartość logiczna abstrakcyjna maAllowedValues ()
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;
publiczna wartość logiczna abstrakcyjna maDefaultValue ()
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;