Skip to content

Commit

Permalink
[oneDNN Graph] align with oneDNN v3.2 public release in dnnl_graph.hpp (
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiexin-Zheng committed Sep 22, 2023
1 parent b260b06 commit 145b62a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/elements/oneDNN/include/dnnl_graph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ struct logical_tensor {
s8,
/// 8-bit unsigned integer.
u8,
/// Boolean data type. Size is C++ implementation defined.
boolean
};

/// Layout type
Expand Down Expand Up @@ -455,6 +457,7 @@ struct op {
Mish ,
MishBackward ,
Multiply ,
Pow ,
PReLU ,
PReLUBackward ,
Quantize ,
Expand All @@ -470,6 +473,7 @@ struct op {
ReLUBackward ,
Reorder ,
Round ,
Select ,
Sigmoid ,
SigmoidBackward ,
SoftMax ,
Expand Down

0 comments on commit 145b62a

Please sign in to comment.