wkcn / MobulaOP

A Simple & Flexible Cross Framework Operators Toolkit
MIT License
164 stars 21 forks source link

Fix bug in SoftmaxOp, compatible with MXNet 2.0, add custom Op C++ helper, refactor omp context #96

Closed wkcn closed 4 years ago

wkcn commented 4 years ago

In MXNet 2.0, mx.sym.simple_bind has been renamed to mx.sym._simple_bind.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 828


Changes Missing Coverage Covered Lines Changed/Added Lines %
mobula/glue/mx.py 1 2 50.0%
<!-- Total: 2 3 66.67% -->
Files with Coverage Reduction New Missed Lines %
docs/tutorial/test_mul_op.py 2 84.15%
examples/MyFirstOP.py 2 76.79%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 818: 1.0%
Covered Lines: 1738
Relevant Lines: 2001

💛 - Coveralls