KernelDef.AttrConstraintOrBuilder

パブリック静的インターフェイスKernelDef.AttrConstraintOrBuilder
既知の間接サブクラス

パブリックメソッド

抽象的な属性値
getAllowedValues ()
 A list of values that this kernel supports for this attr.
抽象AttrValueOrBuilder
getAllowedValuesOrBuilder ()
 A list of values that this kernel supports for this attr.
抽象文字列
getName ()
 Name of an attr from the Op.
抽象的な com.google.protobuf.ByteString
getNameBytes ()
 Name of an attr from the Op.
抽象ブール値
hasAllowedValues ()
 A list of values that this kernel supports for this attr.

パブリックメソッド

パブリック抽象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;

パブリック抽象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 getName ()

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

パブリック抽象 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;