Skip to content

Add dropout operator#33

Merged
voltjia merged 1 commit intomasterfrom
develop-dropout
Jun 20, 2025
Merged

Add dropout operator#33
voltjia merged 1 commit intomasterfrom
develop-dropout

Conversation

@voltjia
Copy link
Copy Markdown
Collaborator

@voltjia voltjia commented Jun 20, 2025

pytest output:

============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-8.3.3, pluggy-1.5.0
rootdir: /home/huangjiacheng/ntops
configfile: pyproject.toml
plugins: cov-6.0.0
collected 246 items

tests/test_abs.py ........                                               [  3%]
tests/test_add.py ........                                               [  6%]
tests/test_addmm.py ..                                                   [  7%]
tests/test_bitwise_and.py ................                               [ 13%]
tests/test_bitwise_not.py ................                               [ 20%]
tests/test_bitwise_or.py ................                                [ 26%]
tests/test_bmm.py ..                                                     [ 27%]
tests/test_clamp.py ........                                             [ 30%]
tests/test_cos.py ........                                               [ 34%]
tests/test_div.py ........                                               [ 37%]
tests/test_dropout.py ........                                           [ 40%]
tests/test_eq.py ........                                                [ 43%]
tests/test_exp.py ........                                               [ 47%]
tests/test_ge.py ........                                                [ 50%]
tests/test_gelu.py ........                                              [ 53%]
tests/test_gt.py ........                                                [ 56%]
tests/test_isinf.py ........                                             [ 60%]
tests/test_isnan.py ........                                             [ 63%]
tests/test_le.py ........                                                [ 66%]
tests/test_lt.py ........                                                [ 69%]
tests/test_mm.py ..                                                      [ 70%]
tests/test_mul.py ........                                               [ 73%]
tests/test_ne.py ........                                                [ 77%]
tests/test_neg.py ........                                               [ 80%]
tests/test_relu.py ........                                              [ 83%]
tests/test_rsqrt.py ........                                             [ 86%]
tests/test_sigmoid.py ........                                           [ 90%]
tests/test_sin.py ........                                               [ 93%]
tests/test_softmax.py ........                                           [ 96%]
tests/test_tanh.py ........                                              [100%]

======================= 246 passed in 469.74s (0:07:49) ========================

@voltjia voltjia merged commit 71f6897 into master Jun 20, 2025
4 checks passed
@voltjia voltjia deleted the develop-dropout branch June 20, 2025 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant