Add PAD operator to relay tflite frontend#3310
Conversation
python/tvm/relay/frontend/tflite.py
Outdated
| in_expr = self.get_expr(input_tensor.tensor_idx) | ||
|
|
||
| # paddings | ||
| padlist = self.get_tensor_value(input_tensors[1]) |
c4ad7a8 to
573729e
Compare
|
@apivovarov Can you fix ci failure? |
|
The test which I added to Failed test is |
|
There is "Missing workspace - workspace deleted during concurrent build" issue workspace path which tvm ci uses to test topi is not unique - |
PAD operator is used in TFLite SSD Resnet 50 model (ssd_resnet_50_fpn_coco).
Model graph: ssd_resnet_50_fpn_coco.tflite.pdf
This PR adds PAD operator support to relay tflite frontend.