KernelDef.AttrConstraintOrBuilder

interface estática pública KernelDef.AttrConstraintOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

valor de atributo abstrato
getAllowedValues ()
 A list of values that this kernel supports for this attr.
abstrato AttrValueOrBuilder
getAllowedValuesOrBuilder ()
 A list of values that this kernel supports for this attr.
cadeia abstrata
getNome ()
 Name of an attr from the Op.
abstrato com.google.protobuf.ByteString
getNomeBytes ()
 Name of an attr from the Op.
booleano abstrato
hasAllowedValues ()
 A list of values that this kernel supports for this attr.

Métodos Públicos

público abstrato 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;

público abstrato 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;

String abstrata pública getName ()

 Name of an attr from the Op.
 
string name = 1;

resumo público com.google.protobuf.ByteString getNameBytes ()

 Name of an attr from the Op.
 
string name = 1;

público abstrato booleano 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;