Skip to content

Commit

Permalink
修改sse实现
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhellofss committed Jul 26, 2023
1 parent 09d7823 commit 173de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/layer/details/activation_sse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ ActivationFunc ApplySSEActivation(ActivationType act_type) {
return function;
}
default: {
LOG(FATAL) << "Unknown activation type: " << int(act_type);
LOG(FATAL) << "Unknown SSE activation type: " << int(act_type);
}
}
}
Expand Down

0 comments on commit 173de43

Please sign in to comment.