You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2020/03/19 02:41:07 UTC

[incubator-mxnet] branch master updated (04167df -> 4fa4e65)

This is an automated email from the ASF dual-hosted git repository.

lausen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 04167df  staticbuild: Fix potential user-assisted execution of arbitrary code  (#17860)
     add 4fa4e65  Refactor cpp-package CMakeLists.txt & add missing inference/imagenet_inference (#17835)

No new revisions were added by this update.

Summary of changes:
 CMakeLists.txt                                     |  11 +--
 cpp-package/CMakeLists.txt                         |  63 +++++++++----
 cpp-package/example/CMakeLists.txt                 | 103 +++++++++------------
 cpp-package/example/charRNN.cpp                    |   2 +
 .../example/inference/CMakeLists.txt               |  13 +--
 5 files changed, 100 insertions(+), 92 deletions(-)
 copy R-package/demo/basic_random.R => cpp-package/example/inference/CMakeLists.txt (72%)