Scott Todd | 7c4fdc3 | 2022-07-19 13:12:54 -0700 | [diff] [blame] | 1 | func.func @simple_mul(%arg0: tensor<4xf32>, %arg1: tensor<4xf32>) -> tensor<4xf32> { |
2 | %0 = "arith.mulf"(%arg0, %arg1) : (tensor<4xf32>, tensor<4xf32>) -> tensor<4xf32> | ||||
Kojo Acquah | 3135702 | 2021-07-16 15:55:31 -0700 | [diff] [blame] | 3 | return %0 : tensor<4xf32> |
4 | } |