رابط استاتیک عمومی 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;