Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Numpy compatible multinomial #15219

Merged
merged 23 commits into from
Jun 20, 2019
Merged

Commits on Jun 20, 2019

  1. draft of multinomial

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    bfeb278 View commit details
    Browse the repository at this point in the history
  2. rename to more concise name

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    8fbc10f View commit details
    Browse the repository at this point in the history
  3. finish shape

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    775be34 View commit details
    Browse the repository at this point in the history
  4. complete the forward function

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    930ee98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05cd6a4 View commit details
    Browse the repository at this point in the history
  6. handle 0 dimension

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    8a2eed5 View commit details
    Browse the repository at this point in the history
  7. add new line

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    97e9788 View commit details
    Browse the repository at this point in the history
  8. fix lint

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    b6544af View commit details
    Browse the repository at this point in the history
  9. fix the build error

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    5de125c View commit details
    Browse the repository at this point in the history
  10. fix lint

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    3edeb25 View commit details
    Browse the repository at this point in the history
  11. finish unit test

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    23e74bf View commit details
    Browse the repository at this point in the history
  12. change the registration

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    f50ed86 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e574847 View commit details
    Browse the repository at this point in the history
  14. delete newline

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    db3b617 View commit details
    Browse the repository at this point in the history
  15. fix lint error

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    dd437b1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bfa78a3 View commit details
    Browse the repository at this point in the history
  17. fix lint

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    f088e2c View commit details
    Browse the repository at this point in the history
  18. fix the include error

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    d6566ca View commit details
    Browse the repository at this point in the history
  19. fix lint

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    916440c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6b0819f View commit details
    Browse the repository at this point in the history
  21. fix lint

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    f84e475 View commit details
    Browse the repository at this point in the history
  22. updata the doc

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    3f7e1f3 View commit details
    Browse the repository at this point in the history
  23. address the comment

    stu1130 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    d623cd3 View commit details
    Browse the repository at this point in the history