Sign in
opensecura
/
3p
/
openxla
/
iree
/
2118e024e24ea42dbc45bb50891b0462ae5dd640
/
.
/
samples
/
models
/
simple_abs.mlir
blob: 3f35d6a94af5e9e4277768752c0b9a1096970d5d [
file
] [
log
] [
blame
]
func
.
func
@abs
(%
input
:
tensor
<f32>
)
->
(
tensor
<f32>
)
{
%
result
=
math
.
abs
%
input
:
tensor
<f32>
return
%
result
:
tensor
<f32>
}