未验证 提交 08f07dcb 编写于 作者: W Weilong Wu 提交者: GitHub

[Eager] Support test_eigh_op switch to eager mode (#42379)

上级 3030e8c2
......@@ -19,8 +19,6 @@ import numpy as np
import paddle
from op_test import OpTest
from gradient_checker import grad_check
from paddle.fluid.framework import _enable_legacy_dygraph
_enable_legacy_dygraph()
def valid_eigh_result(A, eigh_value, eigh_vector, uplo):
......
......@@ -471,6 +471,9 @@
param : [out_v]
kernel :
func : eigh_grad
data_type : out_v
data_transform:
skip_transform : out_w, out_w_grad
- backward_api : elementwise_pow_grad
forward : elementwise_pow(Tensor x, Tensor y) -> Tensor(out)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册