Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MattConley authored and 2sin18 committed Jun 24, 2021
1 parent e5f5044 commit ea7a246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,7 @@ void AutoMixedPrecisionImpl::PropagateBlackFwdThroughClearAndGray(
fp16_graylist_.count(root.node->op()))) {
continue;
}
if (fp16_blacklist_.count(root.node->op())) { ++*blacklist_nodes; }
if (fp16_blacklist_.count(root.node->op())) ++*blacklist_nodes;
DfsTypeTraversal(graph_type_view_, {&root},
TypeTraversalDirection::kFollowInputs,
DfsTypePredicates::Enter([&](int idx) -> bool {
Expand Down

0 comments on commit ea7a246

Please sign in to comment.