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

Implement Optional Metadata support and C# test support #15314

Merged
merged 12 commits into from
Apr 11, 2023

Commits on Mar 31, 2023

  1. rebase off main

    yuslepukhin committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    ae93f2e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Regenerate proto code from the current onnx protos

    Add native methods from the merge
    Add Test Protobuf data
    Implement test sequence input loading
    Optimize Input/Output names conversion and validation
    Introduce OnnxValue to NamedOnnxValue, rename NativeOnnxTensorMemory
    Rework ToOrtValue interface
    Implement ManagedProjections
    Make sure all required map types are supported
    Generate input OrtValue using ManagedOnnxType
    Implement optional support, partial map support.
    Fix optional issues. Provide details for failing tests
    Comment out two tests due to invalid test data
    yuslepukhin committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    9fb3811 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Make test_BERT_Squad test work

    Provide a workaround for keras_prelu_ImageNet_small
    yuslepukhin committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    6587309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e11189 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e9c365 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    c83e7de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2bb7fd View commit details
    Browse the repository at this point in the history
  3. Add OrtTypeInfo tests

    yuslepukhin committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    e0de4ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    850aaef View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

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

Commits on Apr 11, 2023

  1. Address review comments

    yuslepukhin committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    daff1d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42709e8 View commit details
    Browse the repository at this point in the history