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

Add torch ops for d2go models #1509

Open
wants to merge 59 commits into
base: main
Choose a base branch
from

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    c5fe58a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5542de8 View commit details
    Browse the repository at this point in the history
  3. roi_align implimentation

    dncnbuck committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    fdd1590 View commit details
    Browse the repository at this point in the history
  4. add torch op numel

    dncnbuck committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    7b4cbd9 View commit details
    Browse the repository at this point in the history
  5. add torch op nms

    dncnbuck committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    b002207 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6389427 View commit details
    Browse the repository at this point in the history
  7. add torch op narrow

    dncnbuck committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cecae9c View commit details
    Browse the repository at this point in the history
  8. add torch op logicaland

    dncnbuck committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    15185d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e1b7d0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70f1954 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d2d092 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. remove accidential typo

    dncnbuck committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b913630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd08a2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0074cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9fb7ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29217d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    fb0cd19 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    12662dd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. 6.0b1 Release (apple#1508)

    TobyRoseman authored and dncnbuck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    b268f9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58abbd View commit details
    Browse the repository at this point in the history
  3. Update README.md (apple#1511)

    ArjunSharda authored and dncnbuck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    df41d90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    573f103 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8834011 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12b3cc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bdcfe40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4508f19 View commit details
    Browse the repository at this point in the history
  9. Fix a bug when destructing coreml model (apple#1515)

    Fix a bug when destructing coreml model (apple#1515)
    jakesabathia2 authored and dncnbuck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    7944178 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3356450 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    203b555 View commit details
    Browse the repository at this point in the history
  12. Add torch AdaptiveAvgPool2d test. (apple#1502)

    Co-authored-by: Toby Roseman <[email protected]>
    2 people authored and dncnbuck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    01983e6 View commit details
    Browse the repository at this point in the history
  13. Update BUILDING.md (apple#1523)

    Co-authored-by: Toby Roseman <[email protected]>
    2 people authored and dncnbuck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f181995 View commit details
    Browse the repository at this point in the history
  14. Update ---feature-request.md (change of wording mostly) (apple#1524)

    * Update ---feature-request.md
    
    * Update ---feature-request.md
    ArjunSharda authored and dncnbuck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9715d07 View commit details
    Browse the repository at this point in the history
  15. Torch eq and ne ops supports bool type. (apple#1501)

    * Torch eq and ne ops supports bool type.
    
    * Addressed review comment
    fukatani authored and dncnbuck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d13735d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7ce9f6e View commit details
    Browse the repository at this point in the history
  17. accept incoming changes

    dncnbuck committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    5d842ec View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    4353c4c View commit details
    Browse the repository at this point in the history
  2. Add tests for torch.op.nms

    dncnbuck committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    ed2f33e View commit details
    Browse the repository at this point in the history
  3. tidy up

    dncnbuck committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bf5de6b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. tidy up

    dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    b2e8153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20da0e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca4cd92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c80a3a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8631d1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f05538 View commit details
    Browse the repository at this point in the history
  7. remove accidential typo

    dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    ed02c4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec550ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78ab5fd View commit details
    Browse the repository at this point in the history
  10. Fix a bug when destructing coreml model (apple#1515)

    Fix a bug when destructing coreml model (apple#1515)
    jakesabathia2 authored and dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    f8e1776 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d96b7d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c082d4c View commit details
    Browse the repository at this point in the history
  13. Add torch AdaptiveAvgPool2d test. (apple#1502)

    Co-authored-by: Toby Roseman <[email protected]>
    2 people authored and dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    108f5da View commit details
    Browse the repository at this point in the history
  14. Update BUILDING.md (apple#1523)

    Co-authored-by: Toby Roseman <[email protected]>
    2 people authored and dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    47debd3 View commit details
    Browse the repository at this point in the history
  15. Update ---feature-request.md (change of wording mostly) (apple#1524)

    * Update ---feature-request.md
    
    * Update ---feature-request.md
    ArjunSharda authored and dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    e1aaf57 View commit details
    Browse the repository at this point in the history
  16. Torch eq and ne ops supports bool type. (apple#1501)

    * Torch eq and ne ops supports bool type.
    
    * Addressed review comment
    fukatani authored and dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    1f29b6a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f25a684 View commit details
    Browse the repository at this point in the history
  18. Add tests for torch.op.nms

    dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    f2f795b View commit details
    Browse the repository at this point in the history
  19. tidy up

    dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    9be029f View commit details
    Browse the repository at this point in the history
  20. resolve conflict

    dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    37eef0e View commit details
    Browse the repository at this point in the history
  21. some code clean up

    dncnbuck committed Sep 3, 2022
    Configuration menu
    Copy the full SHA
    9e842a2 View commit details
    Browse the repository at this point in the history