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

[v1.x] Refactor onnx tests for object classification, add object detection tests #19802

Merged
merged 12 commits into from
Feb 2, 2021

Commits on Jan 29, 2021

  1. Fix onnx export of arange when stop is none. Refactor unit test to co…

    …ver case.
    Joe Evans committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    35f129f View commit details
    Browse the repository at this point in the history
  2. Use correct outname names for SliceChannel.

    Joe Evans committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    9a95b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6db38b View commit details
    Browse the repository at this point in the history
  4. Add unit test for broadcast_equal onnx export.

    Joe Evans committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c3d7584 View commit details
    Browse the repository at this point in the history
  5. Require onnx opset >= 11 for SliceChannel which doesn't require the s…

    …plits attribute for onnx Split operator. Add operator unit test for SliceChannel.
    Joe Evans committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b613890 View commit details
    Browse the repository at this point in the history
  6. Support passing dtype to zeros_like and ones_like.

    Joe Evans committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    499fe2c View commit details
    Browse the repository at this point in the history
  7. Refactor object classification tests to make more extendable and add …

    …object detection tests with currently supported models.
    Joe Evans committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b2a476e View commit details
    Browse the repository at this point in the history
  8. Fix lint

    Joe Evans committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    86b039f View commit details
    Browse the repository at this point in the history
  9. Update onnxruntime in CI to 1.6.0.

    Joe Evans committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    808819c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebc8e6d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. Add test case for negative axis in SliceChannel.

    Joe Evans committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    fcfe006 View commit details
    Browse the repository at this point in the history
  2. Add export functions and unit tests for broadcast_minimum and lesser_…

    …scalar operators.
    Joe Evans committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    22c9826 View commit details
    Browse the repository at this point in the history