interfaz estática pública KernelDef.AttrConstraintOrBuilder
| Subclases indirectas conocidas |
Métodos públicos
| valor de atributo abstracto | obtenerValoresPermitidos () A list of values that this kernel supports for this attr. |
| resumen AttrValueOrBuilder | getAllowedValuesOrBuilder () A list of values that this kernel supports for this attr. |
| cadena abstracta | obtenerNombre () Name of an attr from the Op. |
| resumen com.google.protobuf.ByteString | getNombreBytes () Name of an attr from the Op. |
| booleano abstracto | tieneAllowedValues () A list of values that this kernel supports for this attr. |
Métodos públicos
resumen público 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; resumen público 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; Cadena abstracta pública 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; hasAllowedValues booleano abstracto público ()
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;