tdasika17
tdasika17
Sure @mcr229 , Here I'm attaching svg for both torch and executorch.  
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...