tdasika17

Results 14 comments of tdasika17

Sure @mcr229 , Here I'm attaching svg for both torch and executorch. ![Image](https://github.com/user-attachments/assets/0f17d485-1db6-42b4-8738-edd537081ce9) ![Image](https://github.com/user-attachments/assets/0b9099d6-2f98-45a7-a835-ac5caef94b5c)

hi @mcr229 , Can you please help me understand the differences b/w inference times in torch and executorch and why executorch is taking more time? Do you need any additional...

Hi @mcr229 , I have used below snippet to convert and lower torchscript to executorch. > #convert.py partitioner=[XnnpackPartitioner()] # Lower and partition for ExecuTorch exported_program = export(model, inp) executorch_program =...

> > For Torch model, I just ran the Torch c++ application and captured the graphs for C++ application execution > > what do you mean by this? What is...