publiczny interfejs statyczny KernelDef.AttrConstraintOrBuilder
Znane podklasy pośrednie |
Metody publiczne
abstrakcyjna wartość atrybutu | getAllowedValues () A list of values that this kernel supports for this attr. |
streszczenie AttrValueOrBuilder | getAllowedValuesOrBuilder () A list of values that this kernel supports for this attr. |
abstrakcyjny ciąg | pobierz nazwę () Name of an attr from the Op. |
streszczenie com.google.protobuf.ByteString | getNameBytes () Name of an attr from the Op. |
abstrakcyjna wartość logiczna | ma dozwolone wartości () A list of values that this kernel supports for this attr. |
Metody publiczne
publiczne streszczenie 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;
publiczne streszczenie 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;
publiczna abstrakcja String getName ()
Name of an attr from the Op.
string name = 1;
publiczne streszczenie com.google.protobuf.ByteString getNameBytes ()
Name of an attr from the Op.
string name = 1;
publiczna wartość logiczna abstrakcyjna maAllowedValues ()
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;