общедоступный статический интерфейс 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 | 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;