use tanh op
This commit is contained in:
parent
9eeb48addb
commit
44f9f8324c
|
@ -1,4 +1,4 @@
|
||||||
func @test_exp(%arg0 : tensor<?x10xf32>) -> tensor<*xf32> {
|
func @test_tanh(%arg0 : tensor<?x10xf32>) -> tensor<*xf32> {
|
||||||
%0 = "onnx.Exp"(%arg0) : (tensor<?x10xf32>) -> tensor<*xf32>
|
%0 = "onnx.Tanh"(%arg0) : (tensor<?x10xf32>) -> tensor<*xf32>
|
||||||
"std.return"(%0) : (tensor<*xf32>) -> ()
|
"std.return"(%0) : (tensor<*xf32>) -> ()
|
||||||
}
|
}
|
Loading…
Reference in New Issue