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

Export resize and support batch size #14014

Commits on Jan 29, 2019

  1. Configuration menu
    Copy the full SHA
    998c7ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e63cad View commit details
    Browse the repository at this point in the history
  3. address comment and add doc

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    feb661f View commit details
    Browse the repository at this point in the history
  4. assert size is more than 2

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    f8ccd2f View commit details
    Browse the repository at this point in the history
  5. add test case of 4D input

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    20b9c0d View commit details
    Browse the repository at this point in the history
  6. use ndarray datatype

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    529121d View commit details
    Browse the repository at this point in the history
  7. add inline to Shape

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    043584f View commit details
    Browse the repository at this point in the history
  8. add 4D input example

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    ce0a447 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26287b4 View commit details
    Browse the repository at this point in the history
  10. clean up the code

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    df8bb81 View commit details
    Browse the repository at this point in the history
  11. add resize implementation

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d807326 View commit details
    Browse the repository at this point in the history
  12. delete the variable not used

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    20ed3a3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1db74be View commit details
    Browse the repository at this point in the history
  14. fix the lint

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    20f288f View commit details
    Browse the repository at this point in the history
  15. address comments

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    e365f9f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    546a81f View commit details
    Browse the repository at this point in the history
  17. update data type check

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    c3ec485 View commit details
    Browse the repository at this point in the history
  18. lint

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    22583ae View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    46b2e4d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e5464f1 View commit details
    Browse the repository at this point in the history
  21. change the operator doc

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d805b2e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c2f8d61 View commit details
    Browse the repository at this point in the history
  23. fix lint

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    ecb3be6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1c3295d View commit details
    Browse the repository at this point in the history
  25. update the check and doc

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    c9b2e80 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d019090 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ddf8d4e View commit details
    Browse the repository at this point in the history
  28. update the comment

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    daa2b4b View commit details
    Browse the repository at this point in the history
  29. fix lint

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    9672091 View commit details
    Browse the repository at this point in the history
  30. add unit test for gpu

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    b31d19f View commit details
    Browse the repository at this point in the history
  31. address comments

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    a5d55b3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    7a8fd4e View commit details
    Browse the repository at this point in the history
  33. fix the syntax error

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    acc88e2 View commit details
    Browse the repository at this point in the history
  34. delete the warning

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    d07b272 View commit details
    Browse the repository at this point in the history
  35. add unit test with 4D

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    1d6a201 View commit details
    Browse the repository at this point in the history
  36. fix typo

    stu1130 committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    cd6d481 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. add more unit test

    stu1130 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    fa4674e View commit details
    Browse the repository at this point in the history
  2. fix unit test

    stu1130 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    2bbedba View commit details
    Browse the repository at this point in the history
  3. set atol = 1

    stu1130 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    1b604c2 View commit details
    Browse the repository at this point in the history
  4. fix missing numpy import

    stu1130 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    fd018b5 View commit details
    Browse the repository at this point in the history
  5. fix the unit test

    stu1130 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    e5b1754 View commit details
    Browse the repository at this point in the history
  6. delete test case

    stu1130 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    53c5ea1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    009490b View commit details
    Browse the repository at this point in the history
  8. fix error data type

    stu1130 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    c558359 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9935f8 View commit details
    Browse the repository at this point in the history
  10. update the doc

    stu1130 committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    f4b9d23 View commit details
    Browse the repository at this point in the history