提交 22fde24a 编写于 作者: P phlrain

fix erp error

上级 7ab3f36e
...@@ -22,7 +22,6 @@ limitations under the License. */ ...@@ -22,7 +22,6 @@ limitations under the License. */
namespace phi { namespace phi {
std::vector<int> GetAxis(const DataLayout& from, const DataLayout& to) { std::vector<int> GetAxis(const DataLayout& from, const DataLayout& to) {
LOG(ERROR) << from << "\t" << to;
PADDLE_ENFORCE_NE( PADDLE_ENFORCE_NE(
from, from,
to, to,
......
...@@ -636,7 +636,7 @@ ...@@ -636,7 +636,7 @@
- backward_api : erf_grad - backward_api : erf_grad
forward : erf (Tensor x) -> Tensor(out) forward : erf (Tensor x) -> Tensor(out)
args : (Tensor x, Tensor out, Tensor out_grad) args : (Tensor x, Tensor out_grad)
output : Tensor(x_grad) output : Tensor(x_grad)
infer_meta : infer_meta :
func : UnchangedInferMeta func : UnchangedInferMeta
...@@ -644,7 +644,6 @@ ...@@ -644,7 +644,6 @@
kernel : kernel :
func : erf_grad func : erf_grad
data_type : out_grad data_type : out_grad
layout : out_grad
- backward_api : erfinv_grad - backward_api : erfinv_grad
forward : erf (Tensor x) -> Tensor(out) forward : erf (Tensor x) -> Tensor(out)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册