This is an automated email from the ASF dual-hosted git repository.
bgawrych pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 11423bc Fix subgraph tests (#20969)
add 54d153c [operator] Integrate oneDNN eltwise_tanh into _npi_tanh
operator (#20972)
No new revisions were added by this update.
Summary of changes:
src/operator/nn/dnnl/dnnl_base-inl.h | 1 +
src/operator/nn/dnnl/dnnl_tanh-inl.h | 66 ++++++++++++++++++
src/operator/nn/dnnl/dnnl_tanh.cc | 85 ++++++++++++++++++++++++
src/operator/numpy/np_elemwise_unary_op_basic.cc | 8 ++-
src/operator/tensor/elemwise_unary_op.h | 34 ++++++++++
5 files changed, 192 insertions(+), 2 deletions(-)
create mode 100644 src/operator/nn/dnnl/dnnl_tanh-inl.h
create mode 100644 src/operator/nn/dnnl/dnnl_tanh.cc