interfaz estática pública KernelDef.AttrConstraintOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| AttrValue abstracto | getAllowedValues () A list of values that this kernel supports for this attr. |
| AttrValueOrBuilder abstracto | getAllowedValuesOrBuilder () A list of values that this kernel supports for this attr. |
| cadena abstracta | getName () Name of an attr from the Op. |
| resumen com.google.protobuf.ByteString | getNameBytes () Name of an attr from the Op. |
| booleano abstracto | hasAllowedValues () A list of values that this kernel supports for this attr. |
Métodos públicos
public abstract 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;public abstract 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;público abstracto String getName ()
Name of an attr from the Op.
string name = 1;resumen público com.google.protobuf.ByteString getNameBytes ()
Name of an attr from the Op.
string name = 1;public abstract boolean 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;