ממשק סטטי ציבורי 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. |
מחרוזת מופשטת | getName () Name of an attr from the Op. |
תקציר com.google.protobuf.ByteString | getNameBytes () 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;