未验证 提交 e04493de 编写于 作者: A Aurelius84 提交者: GitHub

[Yaml] Refine yaml as order test=document_fix (#41098)

上级 9bb3744f
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册