KernelDef.AttrConstraintOrBuilder

الواجهة الثابتة العامة KernelDef.AttrConstraintOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

مجردة AttrValue
الحصول على القيم المسموح بها ()
 A list of values that this kernel supports for this attr.
مجردة AttrValueOrBuilder
الحصول علىAllowedValuesOrBuilder ()
 A list of values that this kernel supports for this attr.
سلسلة مجردة
الحصول على الاسم ()
 Name of an attr from the Op.
مجردة com.google.protobuf.ByteString
الحصول على اسم بايت ()
 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;