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 lots more TensorPrimitives operations #97192

Merged
merged 15 commits into from
Jan 22, 2024

Commits on Jan 20, 2024

  1. Add more TensorPrimitive operations

    All are functional and tested, some are vectorized, others still need to be.
    stephentoub committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    773a97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a236b84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    265b37a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01ad41f View commit details
    Browse the repository at this point in the history
  5. Simplify CopySignOperator

    stephentoub committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    86301df View commit details
    Browse the repository at this point in the history
  6. Parameter renames

    stephentoub committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    1291b7e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eab13ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b904b4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b1ccbe View commit details
    Browse the repository at this point in the history
  10. Add Lerp scalar overloads

    stephentoub committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    90c6a53 View commit details
    Browse the repository at this point in the history
  11. Add Pow scalar overload

    stephentoub committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    70637c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    83a2b22 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2174aa View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    acf055d View commit details
    Browse the repository at this point in the history
  2. Use ElementWiseSelect

    stephentoub committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    14785e3 View commit details
    Browse the repository at this point in the history