อินเทอร์เฟซแบบคงที่สาธารณะ KernelDef.AttrConstraintOrBuilder
| คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
| AttrValue แบบนามธรรม | รับค่าที่อนุญาต () 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 | getNameBytes () Name of an attr from the Op. |
| บูลีนนามธรรม | มีค่าที่อนุญาต () 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;