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

[FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess #4543

Merged
merged 10 commits into from
Feb 13, 2020

Commits on Feb 10, 2020

  1. [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess

    This adds support for the custom operator
    TFLite_Detection_PostProcess which is commonly used in
    object detection networks such as SSD Mobilenet. It
    only adds support for when use_regular_nms = False.
    
    Change-Id: I819b253c0eb6f0fa55da65d2634e09359b888828
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    494f544 View commit details
    Browse the repository at this point in the history
  2. Added a test for the tflite custom op

    Change-Id: Ie5baa092deae9a8bcffd2ebd9f6d346b90e58afd
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    6378ef5 View commit details
    Browse the repository at this point in the history
  3. Removed trailing comma

    Change-Id: Ib08f02b5f1a59a883048bfb36e4321152cd2e7f2
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    eeb611e View commit details
    Browse the repository at this point in the history
  4. Added spaces between divide

    Change-Id: If1171fc03d211a809cedeb800804394972af4060
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    aa678cf View commit details
    Browse the repository at this point in the history
  5. Formatted comment

    Change-Id: I3ce7e69b8d2c73aec57369c1c64ea1eec07f087b
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    505e7f0 View commit details
    Browse the repository at this point in the history
  6. Reduced line length in test

    Change-Id: I49eaafc3369070f8f3e85fbb965ad20972096c68
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    a7fc2a3 View commit details
    Browse the repository at this point in the history
  7. Set random seed for test

    Change-Id: I542a787d11422ea83c52147b2cb1144fcef0dd77
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5f9cba6 View commit details
    Browse the repository at this point in the history
  8. Fixes to style

    Change-Id: I2971b8ecebe08c882b2481a99f67cfbe515e0b1f
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    7fca345 View commit details
    Browse the repository at this point in the history
  9. Assert for incorrect number of inputs

    Change-Id: I393f3b3b62be73e427498d98456fb1d5a214e0af
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    7e69839 View commit details
    Browse the repository at this point in the history
  10. Change comparison to pass linting

    The linter was updated, so I needed to fix
    a small style issue as a result.
    
    Change-Id: Ia3c954565a00de92e7fb1912eae9ed9875d60c7c
    mbaret committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    5b7f549 View commit details
    Browse the repository at this point in the history