Skip to content

Commit 145b62a

Browse files
authored
[oneDNN Graph] align with oneDNN v3.2 public release in dnnl_graph.hpp (#504)
1 parent b260b06 commit 145b62a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

source/elements/oneDNN/include/dnnl_graph.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ struct logical_tensor {
136136
s8,
137137
/// 8-bit unsigned integer.
138138
u8,
139+
/// Boolean data type. Size is C++ implementation defined.
140+
boolean
139141
};
140142

141143
/// Layout type
@@ -455,6 +457,7 @@ struct op {
455457
Mish ,
456458
MishBackward ,
457459
Multiply ,
460+
Pow ,
458461
PReLU ,
459462
PReLUBackward ,
460463
Quantize ,
@@ -470,6 +473,7 @@ struct op {
470473
ReLUBackward ,
471474
Reorder ,
472475
Round ,
476+
Select ,
473477
Sigmoid ,
474478
SigmoidBackward ,
475479
SoftMax ,

0 commit comments

Comments
 (0)