Skip to content

Commit

Permalink
update op_version.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NKNaN committed Apr 17, 2024
1 parent 12364ee commit 4b77211
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions paddle/phi/api/yaml/op_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@
- delete_attr : atol
comment : The attribute 'atol' is deleted. The reason why it is deleted is that
attributes do not support a float64 value and it is changed to a tensor.

- op : argsort
version :
- checkpoint : Upgrade agsort, add a new attribute [stable]
action :
- add_attr : stable
comment : If true, it will use stable sorting algorithm which preserves the order
of equivalent elements. Otherwise, the order of equivalent elements will
not be guaranteed to be preserved.
default : "false"

- op : assign_value
version :
- checkpoint : Upgrade assign_value, remove plain attributes in favor of generic attribute.
Expand Down

0 comments on commit 4b77211

Please sign in to comment.