blob: 99ed5a6b8da8f6b9b1cc99852c60c25b98dc04d2 [file] [log] [blame]
module @driver {
util.func private @foo.foo(%arg0: tensor<?x18xf32>) -> tensor<?x18xf32>
util.func public @main(%arg0: tensor<?x18xf32>) {
%0 = util.call @foo.foo(%arg0) : (tensor<?x18xf32>) -> tensor<?x18xf32>
util.return
}
}