We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b260b06 commit 145b62aCopy full SHA for 145b62a
1 file changed
source/elements/oneDNN/include/dnnl_graph.hpp
@@ -136,6 +136,8 @@ struct logical_tensor {
136
s8,
137
/// 8-bit unsigned integer.
138
u8,
139
+ /// Boolean data type. Size is C++ implementation defined.
140
+ boolean
141
};
142
143
/// Layout type
@@ -455,6 +457,7 @@ struct op {
455
457
Mish ,
456
458
MishBackward ,
459
Multiply ,
460
+ Pow ,
461
PReLU ,
462
PReLUBackward ,
463
Quantize ,
@@ -470,6 +473,7 @@ struct op {
470
473
ReLUBackward ,
471
474
Reorder ,
472
475
Round ,
476
+ Select ,
477
Sigmoid ,
478
SigmoidBackward ,
479
SoftMax ,
0 commit comments