Skip to content

Commit

Permalink
Merge pull request #54 from pfnet-research/okdshin-patch-1
Browse files Browse the repository at this point in the history
Fix tanh
  • Loading branch information
okdshin authored Jul 23, 2018
2 parents 66f678b + f451ea9 commit f503afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menoh/mkldnn/model_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ namespace menoh_impl {
inplace_primitive_factory_table.insert(
{"Sqrt", make_sqrt_primitive});
inplace_primitive_factory_table.insert(
{"Tanh", make_sqrt_primitive});
{"Tanh", make_tanh_primitive});

std::unordered_map<std::string, primitive_factory>
primitive_factory_table;
Expand Down

0 comments on commit f503afe

Please sign in to comment.