Phasing out Legacy Components

I found this patch: https://github.com/apache/tvm/pull/17658, which removed code below topi/vision directory such as nms.py, but I think topi can be used by Relax. I wanna ask :

  1. Why remove topi/vision code, seldom usage?
  2. Will extern OP be removed?

main issue was the original items depends on hybrid script that needs to be modernized, extern op will be kept around

1 Like