executorch
executorch copied to clipboard
On-device AI across mobile, embedded and edge for PyTorch
Reverts the schemas of dequantize ops, so that they are compatible in ExecuTorch release 0.2 with PyTorch release 2.3 The changes reverted are the ones introduced in https://github.com/pytorch/executorch/pull/2308 and https://github.com/pytorch/executorch/pull/2364,...
Summary: Ref: https://forums.developer.apple.com/forums/thread/105088 *If you’re going to record a single number, this footprint value is a good one to use. I don’t think we guarantee that it’ll align with the...
Summary: Make it work Differential Revision: D56287998
Summary: XNNPACK broke Backwards Compatibility by forcing pooling operations to reduce dims, and introducing a flag to allow these operation to keep the dims. This is backwards breaking because previously...
Summary: I think this is unused so deleting Differential Revision: D56266692
Summary: See title Differential Revision: D56199863
Summary: capture is deprecated use export instead Differential Revision: D56217525
Reviewed By: tarun292 Differential Revision: D56209661
Hi I installed executorch from the main branch. When I ran code to produce and store a lowered mode, execution failed with the following error: ```FileNotFoundError: [Errno 2] No such...