You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by pa...@apache.org on 2019/07/26 03:43:07 UTC

[incubator-mxnet] branch master updated (b00bb81 -> e98fea3)

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 b00bb81  [Opperf] Add array rearrange operators to opperf (#15606)
     add e98fea3  [MKLDNN] Enable subgraph backend mkldnn by default. (#15518)

No new revisions were added by this update.

Summary of changes:
 cpp-package/example/inference/README.md            |   3 -
 docs/faq/env_var.md                                |   3 +-
 docs/tutorials/c++/subgraphAPI.md                  |  11 +-
 docs/tutorials/mkldnn/MKLDNN_README.md             |  18 +-
 example/quantization/README.md                     |  29 +-
 example/ssd/README.md                              |   2 -
 .../scala/org/apache/mxnet/OperatorSuite.scala     |   8 +-
 src/c_api/c_api_symbolic.cc                        |   8 +-
 src/c_api/c_api_test.cc                            |   8 +-
 src/executor/graph_executor.cc                     | 399 +++++++++++++--------
 src/operator/subgraph/build_subgraph.cc            |  25 +-
 src/operator/subgraph/default_subgraph_property.cc |   1 +
 .../subgraph/default_subgraph_property_v2.cc       |   2 +
 .../subgraph/mkldnn/mkldnn_conv_property.h         |  14 +-
 .../subgraph/mkldnn/mkldnn_subgraph_property.cc    |   8 +
 src/operator/subgraph/subgraph_property.h          | 115 +++++-
 src/operator/subgraph/tensorrt/tensorrt.cc         |   2 +
 tests/python/mkl/test_quantization_mkldnn.py       |   4 +
 tests/python/unittest/test_operator.py             | 135 +++----
 19 files changed, 504 insertions(+), 291 deletions(-)