सार्वजनिक स्थैतिक इंटरफ़ेस KernelDef.AttrConstraintOrBuilder
ज्ञात अप्रत्यक्ष उपवर्ग |
सार्वजनिक तरीके
सार AttrValue | getAllowedValues () A list of values that this kernel supports for this attr. |
सार AttrValueOrBuilder | getAllowedValuesOrBuilder () A list of values that this kernel supports for this attr. |
सार स्ट्रिंग | नाम प्राप्त करें () Name of an attr from the Op. |
सार com.google.protobuf.ByteString | getNameबाइट्स () Name of an attr from the Op. |
अमूर्त बूलियन | hasAllowedValues () A list of values that this kernel supports for this attr. |
सार्वजनिक तरीके
सार्वजनिक सार AttrValue getAllowedValues ()
A list of values that this kernel supports for this attr. Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
.tensorflow.AttrValue allowed_values = 2;
सार्वजनिक सार AttrValueOrBuilder getAllowedValuesOrBuilder ()
A list of values that this kernel supports for this attr. Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
.tensorflow.AttrValue allowed_values = 2;
सार्वजनिक सार स्ट्रिंग getName ()
Name of an attr from the Op.
string name = 1;
सार्वजनिक सार com.google.protobuf.ByteString getNameBytes ()
Name of an attr from the Op.
string name = 1;
सार्वजनिक सार बूलियन hasAllowedValues ()
A list of values that this kernel supports for this attr. Like OpDef.AttrDef.allowed_values, except for kernels instead of Ops.
.tensorflow.AttrValue allowed_values = 2;