Renaming TOSA operator Div to IntDiv

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:

  1. 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
  2. change tf/tflite/torch legalization to emit IntDiv instead of Div
  3. remove Div Operator from Tosa Dialect
1 Like