공개 정적 인터페이스 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;
공개 추상 문자열 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;
공개 추상 부울 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;