Skip to content

Commit

Permalink
whitelist symbols for using MXNet error handling externally (apache#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxihu authored and haohuw committed Jun 23, 2019
1 parent 1cc25a8 commit a8a2117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions make/config/libmxnet.sym
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ Java_org_apache_mxnet*
*NDArray*
*Engine*Get*
*Storage*Get*
*on_enter_api*;
*on_exit_api*;
*MXAPISetLastError*;
3 changes: 3 additions & 0 deletions make/config/libmxnet.ver
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
*NDArray*;
*Engine*Get*;
*Storage*Get*;
*on_enter_api*;
*on_exit_api*;
*MXAPISetLastError*;
local: *;
};

0 comments on commit a8a2117

Please sign in to comment.