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

Start vectorizing TensorPrimitives #91596

Merged
merged 5 commits into from
Sep 7, 2023

Commits on Sep 5, 2023

  1. Start vectorizing TensorPrimitives

    Just does two functions to establish the files into which the rest of the implementations can be moved.
    stephentoub committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ab08501 View commit details
    Browse the repository at this point in the history
  2. Address PR feedback

    stephentoub committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    e4ceb72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06f9760 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

  1. Cleanup

    - Share public methods between implementations
    - Reduce boilerplate code in netstandard impl with AsVector helper
    - Align arguments
    - Add some missing tests based on code coverage
    - Add argument name to throw helper
    stephentoub committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6848d21 View commit details
    Browse the repository at this point in the history