This is an automated email from the ASF dual-hosted git repository.
patriczhao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 51acd4d [MXNET-1086] added sub and mul to ONNX->TensorRT conversion
(#15344)
add 009907a [C++] Improve inference script to support benchmark on
Imagenet (#15164)
No new revisions were added by this update.
Summary of changes:
cpp-package/example/inference/README.md | 108 +++-
.../example/inference/imagenet_inference.cpp | 610 +++++++++++++++++++++
.../example/inference/inception_inference.cpp | 444 ---------------
.../inference/unit_test_imagenet_inference.sh | 63 +++
.../inference/unit_test_inception_inference.sh | 42 --
cpp-package/example/mlp_csv.cpp | 1 +
cpp-package/include/mxnet-cpp/initializer.h | 50 ++
cpp-package/include/mxnet-cpp/io.h | 2 +
cpp-package/tests/ci_test.sh | 4 +-
example/quantization/README.md | 18 +-
10 files changed, 830 insertions(+), 512 deletions(-)
create mode 100644 cpp-package/example/inference/imagenet_inference.cpp
delete mode 100644 cpp-package/example/inference/inception_inference.cpp
create mode 100755
cpp-package/example/inference/unit_test_imagenet_inference.sh
delete mode 100755
cpp-package/example/inference/unit_test_inception_inference.sh