Sign in
opensecura
/
3p
/
openxla
/
iree
/
ab35e1baa701b9f95f7e24c99b957dfb4d797f1e
/
.
/
samples
/
multiple_modules
/
module_a.mlir
blob: 48c8c2644b633d7e866016b9a372429df53d3a5c [
file
] [
log
] [
blame
]
builtin
.
module
@module_a
{
func
.
func
@abs
(%
input
:
tensor
<
4096xf32
>)
->
tensor
<
4096xf32
>
{
%
result
=
math
.
absf
%
input
:
tensor
<
4096xf32
>
return
%
result
:
tensor
<
4096xf32
>
}
}