This is an automated email from the ASF dual-hosted git repository.
haibin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from 07a8903 clean up duplicate cudnn installation (#14996)
add 720aa29 add an operator for computing the likelihood of a Hawkes
self-exciting process (#14683)
No new revisions were added by this update.
Summary of changes:
CONTRIBUTORS.md | 1 +
src/operator/contrib/hawkes_ll-inl.h | 506 +++++++++++++++++++++
src/operator/contrib/hawkes_ll.cc | 148 ++++++
.../contrib/{sync_batch_norm.cu => hawkes_ll.cu} | 21 +-
tests/python/unittest/test_contrib_hawkesll.py | 161 +++++++
5 files changed, 827 insertions(+), 10 deletions(-)
create mode 100644 src/operator/contrib/hawkes_ll-inl.h
create mode 100644 src/operator/contrib/hawkes_ll.cc
copy src/operator/contrib/{sync_batch_norm.cu => hawkes_ll.cu} (71%)
mode change 100644 => 100755
create mode 100644 tests/python/unittest/test_contrib_hawkesll.py