tbartsch-semron

Results 1 comments of tbartsch-semron

The tosa IR verification fails, because `tosa.reciprocal` and all other tosa-operations, except `tosa.cast` and `tosa.const` do not allow `f64`-tensors. See [mlir/Dialect/Tosa/IR/TosaTypesBase.td](https://github.com/llvm/llvm-project/blob/26ee8947702d79ce2cab8e577f713685a5ca4a55/mlir/include/mlir/Dialect/Tosa/IR/TosaTypesBase.td#L85-L100).