Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support 0shape tensor #5620

Merged
merged 42 commits into from
Aug 1, 2021
Merged

Support 0shape tensor #5620

merged 42 commits into from
Aug 1, 2021

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    e928381 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b893a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d04f27 View commit details
    Browse the repository at this point in the history
  4. fix check in slice

    liufengwei0103 committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    acf3fca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04d29a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. fix return type error on gcc 4.8.5

    Signed-off-by: daquexian <daquexian566@gmail.com>
    daquexian committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    acefe4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61fa201 View commit details
    Browse the repository at this point in the history
  3. auto format by CI

    oneflow-ci-bot committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    b027fe8 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …

    …feat-0shape_tensor
    
    Conflicts:
    	python/oneflow/framework/tensor.py
    liufengwei0103 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    a07615e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fix_no_return' of https://github.com/Oneflow-Inc/oneflow

    …into feat-0shape_tensor
    liufengwei0103 committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9dc2e33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55f3daf View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. format

    liufengwei0103 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    b287eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f984f1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/Oneflow-Inc/oneflow into …

    …feat-0shape_tensor
    
    Conflicts:
    	python/oneflow/test/modules/test_acos.py
    	python/oneflow/test/modules/test_acosh.py
    	python/oneflow/test/modules/test_atan.py
    	python/oneflow/test/modules/test_atan2.py
    	python/oneflow/test/modules/test_atanh.py
    	python/oneflow/test/modules/test_tan.py
    	python/oneflow/test_utils/automated_test_util/torch_flow_dual_object.py
    liufengwei0103 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    08431da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1b3867 View commit details
    Browse the repository at this point in the history
  5. refine if

    liufengwei0103 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0f0f127 View commit details
    Browse the repository at this point in the history
  6. refine if

    liufengwei0103 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0eb7cff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65c38d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    068d9fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70bb447 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    102db91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46b3a3c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a1d9b42 View commit details
    Browse the repository at this point in the history
  13. fix comment

    liufengwei0103 committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    f5f389e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    8e50de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccf929 View commit details
    Browse the repository at this point in the history
  3. fix op test bug

    liufengwei0103 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    a787aa1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4232697 View commit details
    Browse the repository at this point in the history
  5. format code

    wyg1997 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    ebde365 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4fa2f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    682c30c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2611d19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    194c4a0 View commit details
    Browse the repository at this point in the history
  10. test(AbsOp): fix test bug

    wyg1997 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    effe78c View commit details
    Browse the repository at this point in the history
  11. test(DivOp): fix test bug

    wyg1997 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    3c124a9 View commit details
    Browse the repository at this point in the history
  12. fix clamp bug

    liufengwei0103 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    891095b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. fix test_sub bug

    liufengwei0103 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    472ff2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1558ace View commit details
    Browse the repository at this point in the history
  3. auto format by CI

    oneflow-ci-bot committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    7a06292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bef483e View commit details
    Browse the repository at this point in the history
  5. fix random

    liufengwei0103 committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    bccf28d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab5b043 View commit details
    Browse the repository at this point in the history