diff --git a/python/paddle/utils/code_gen/sparse_api.yaml b/python/paddle/utils/code_gen/sparse_api.yaml index 24e965f85c53ff32599ba28739e6ec9672e1bce8..56b253159fa72e1c3a9955c4e77128b7832c76fb 100644 --- a/python/paddle/utils/code_gen/sparse_api.yaml +++ b/python/paddle/utils/code_gen/sparse_api.yaml @@ -7,6 +7,14 @@ intermediate : rulebook backward : conv3d_grad +- api : relu + args : (Tensor x) + output : Tensor(out@SparseCooTensor) + kernel : + func : sparse_relu + layout : x + backward : sparse_relu_grad + - api : to_dense args : (Tensor x) output : Tensor(out@DenseTensor) @@ -21,11 +29,3 @@ args : (Tensor x) output : Tensor(out@SparseCsrTensor) invoke : to_sparse_csr_impl(x) - -- api : relu - args : (Tensor x) - output : Tensor(out@SparseCooTensor) - kernel : - func : sparse_relu - layout : x - backward : sparse_relu_grad