KernelDef.AttrConstraintOrBuilder

giao diện tĩnh công cộng KernelDef.AttrConstraintOrBuilder
Các lớp con gián tiếp đã biết

Phương pháp công cộng

trừu tượng AttrValue
getAllowedValues ​​()
 A list of values that this kernel supports for this attr.
trừu tượng AttrValueOrBuilder
getAllowedValuesOrBuilder ()
 A list of values that this kernel supports for this attr.
chuỗi trừu tượng
lấy Tên ()
 Name of an attr from the Op.
tóm tắt com.google.protobuf.ByteString
getNameBytes ()
 Name of an attr from the Op.
trừu tượng boolean
hasAllowedValues ​​()
 A list of values that this kernel supports for this attr.

Phương pháp công cộng

tóm tắt công khai 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;

tóm tắt công khai 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;

Chuỗi tóm tắt công khai getName ()

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

tóm tắt công khai com.google.protobuf.ByteString getNameBytes ()

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

boolean trừu tượng công khai 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;