executorch
executorch copied to clipboard
Implement aten.meshgrid.default with 2 input tensors
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