-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add lots more TensorPrimitives operations (#97192)
* Add more TensorPrimitive operations All are functional and tested, some are vectorized, others still need to be. * Re-fix IndexOfXx operations * Rename MultiplyAddEstimate to FusedMultiplyAdd * Remove some NotSupportedException throws * Simplify CopySignOperator * Parameter renames * Add scalar overloads of Atan2 and Atan2Pi * Add CopySign scalar overload * Add Ieee754Remainder scalar overloads * Add Lerp scalar overloads * Add Pow scalar overload * Consolidate inverted operators * Add missing Max/Min scalar overloads * Use ElementWiseSelect
- Loading branch information
1 parent
b8114f9
commit 8accd80
Showing
10 changed files
with
5,668 additions
and
1,278 deletions.
There are no files selected for viewing
96 changes: 94 additions & 2 deletions
96
src/libraries/System.Numerics.Tensors/ref/System.Numerics.Tensors.netcore.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.