5 lines
168 B
MLIR
5 lines
168 B
MLIR
|
func @test_exp(%arg0 : tensor<?x10xf32>) -> tensor<*xf32> {
|
||
|
%0 = "onnx.Exp"(%arg0) : (tensor<?x10xf32>) -> tensor<*xf32>
|
||
|
"std.return"(%0) : (tensor<*xf32>) -> ()
|
||
|
}
|