OpDef.AttrDefOrBuilder

सार्वजनिक स्थैतिक इंटरफ़ेस 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.
सार स्ट्रिंग
सार com.google.protobuf.ByteString
getDescriptionबाइट्स ()
 Human-readable description.
अमूर्त बूलियन
getHasन्यूनतम ()
 For type == "int", this is a minimum value.
अमूर्त लंबा
सार स्ट्रिंग
नाम प्राप्त करें ()
 A descriptive name for the argument.
सार com.google.protobuf.ByteString
getNameबाइट्स ()
 A descriptive name for the argument.
सार स्ट्रिंग
गेटटाइप ()
 One of the type names from attr_value.proto ("string", "list(string)",
 "int", etc.).
सार com.google.protobuf.ByteString
गेटटाइपबाइट्स ()
 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;