Skip to content

Commit

Permalink
remove atan2 ge, gt, le, lt, nq
Browse files Browse the repository at this point in the history
  • Loading branch information
GGBond8488 committed Jul 24, 2023
1 parent ae800be commit 1684109
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions paddle/phi/api/yaml/legacy_ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@
func : CompareInferMeta
kernel :
func : greater_equal
inplace: (x -> out)

- op : greater_than
args : (Tensor x, Tensor y)
Expand All @@ -424,7 +423,6 @@
func : CompareInferMeta
kernel :
func : greater_than
inplace: (x -> out)

- op : hardswish
args : (Tensor x)
Expand Down Expand Up @@ -463,7 +461,6 @@
func : CompareInferMeta
kernel :
func : less_equal
inplace: (x -> out)

- op : less_than
args : (Tensor x, Tensor y)
Expand All @@ -472,7 +469,6 @@
func : CompareInferMeta
kernel :
func : less_than
inplace: (x -> out)

- op : linspace
args : (Tensor start, Tensor stop, Tensor number, DataType dtype, Place place)
Expand Down Expand Up @@ -641,7 +637,6 @@
func : CompareInferMeta
kernel :
func : not_equal
inplace: (x -> out)

- op : one_hot
args : (Tensor x, Scalar(int) num_classes)
Expand Down
1 change: 0 additions & 1 deletion paddle/phi/api/yaml/ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@
func : Atan2InferMeta
kernel :
func : atan2
inplace: (x -> out)
backward : atan2_grad

- op : atanh
Expand Down

0 comments on commit 1684109

Please sign in to comment.