Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
whitelist symbols for using MXNet error handling externally (#13812)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxihu authored and szha committed Jan 9, 2019
1 parent 240f7ed commit 8ece68c
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 8ece68c

Please sign in to comment.