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