pfnet-research / menoh

Menoh: fast DNN inference library with multiple programming language support
MIT License
279 stars 34 forks source link

add generic Sigmoid #161

Closed okdshin closed 6 years ago

okdshin commented 6 years ago

Add Sigmoid operator to generic context. It is very naive implementation.

msakai commented 6 years ago

menoh_test failed with the following assertion error:

[ RUN      ] OperatorTest.mkldnn_with_generic_fallback_test_sigmoid_example
Assertion failed: (2 <= dims.size()), function load_param, file /Users/sakai/Menoh/test/operator.cpp, line 46.
okdshin commented 6 years ago

Thanks for pointing out. I fixed it!

okdshin commented 6 years ago

Could you check again? @msakai

okdshin commented 6 years ago

Thanks for review!