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