executorch icon indicating copy to clipboard operation
executorch copied to clipboard

Implement aten.meshgrid.default with 2 input tensors

Open huiyujie opened this issue 7 months ago • 3 comments

Summary: Implement aten.meshgrid.default with 2 input tensors. This op is compiled from torch.meshgrid.

Also add it into ops_not_to_decompose, otherwise it will be decomposed to several ops. Test can be found at: N5626891

Differential Revision: D60067846

huiyujie avatar Jul 22 '24 21:07 huiyujie