Heads Up. We would like to rename Tosa Div Operator to IntDiv because it is integer division only.
This will be a 3-step process that may take some time:
- add IntDiv Operator to Tosa Dialect in llvm/mlir,
add serialization of IntDiv (tosa flatbuffer will not change. schema operator is already INTDIV)
change deserialization to emit IntDiv instead of Div Operator - change tf/tflite/torch legalization to emit IntDiv instead of Div
- remove Div Operator from Tosa Dialect