Skip to content

Commit

Permalink
minor fixes after last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sidorova committed May 17, 2021
1 parent 8651dde commit 68aaacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const std::vector<double> epsilon = {
0.000000001
};

std::vector<Precision> inpOutPrc = {Precision::FP32};
std::vector<Precision> inpOutPrc = {Precision::BF16, Precision::FP32};

std::vector<CPUSpecificParams> cpuParams_4D = {
CPUSpecificParams({nhwc}, {nhwc}, {}, {}),
Expand Down

0 comments on commit 68aaacd

Please sign in to comment.