antarmuka statis publik KernelDef.AttrConstraintOrBuilder
| Subkelas Tidak Langsung yang Diketahui |
Metode Publik
| Nilai AttrValue abstrak | dapatkan Nilai yang Diizinkan () A list of values that this kernel supports for this attr. |
| abstrak AttrValueOrBuilder | dapatkanAllowedValuesOrBuilder () A list of values that this kernel supports for this attr. |
| Tali abstrak | dapatkan Nama () Name of an attr from the Op. |
| abstrak com.google.protobuf.ByteString | dapatkanNamaBytes () Name of an attr from the Op. |
| boolean abstrak | hasAllowedValues () A list of values that this kernel supports for this attr. |
Metode Publik
abstrak publik 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; abstrak publik 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; abstrak publik String getName ()
Name of an attr from the Op.
string name = 1; abstrak publik com.google.protobuf.ByteString getNameBytes ()
Name of an attr from the Op.
string name = 1; boolean abstrak publik 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;