Skip to content

Commit

Permalink
Merge pull request #66023 from Intel-tensorflow:gaurides/add_back_bf1…
Browse files Browse the repository at this point in the history
…6_sum_mean

PiperOrigin-RevId: 636204412
  • Loading branch information
tensorflower-gardener committed May 22, 2024
2 parents 99e223f + b9077f9 commit 98a4c09
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ class AutoMixedPrecisionListsMkl : public AutoMixedPrecisionLists {
"Log",
"Log1p",
"LogSoftmax",
"Mean",
"Prod",
"RealDiv",
"Reciprocal",
Expand All @@ -458,6 +459,7 @@ class AutoMixedPrecisionListsMkl : public AutoMixedPrecisionLists {
"Sqrt",
"Square",
"SquaredDifference",
"Sum",
"Tanh",
"TanhGrad"};
UpdateList("INFERLIST", &list);
Expand Down

0 comments on commit 98a4c09

Please sign in to comment.