Skip to content

Commit

Permalink
add _native_batch_norm_legit_functional decomp
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675647257
  • Loading branch information
chunnienc authored and copybara-github committed Sep 17, 2024
1 parent 0d481c4 commit 96f6b84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ai_edge_torch/odml_torch/lowerings/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def register(self, op, lowering):
torch._decomp.get_decompositions([
torch.ops.aten.upsample_nearest2d,
torch.ops.aten._native_batch_norm_legit.no_stats,
torch.ops.aten._native_batch_norm_legit_functional,
torch.ops.aten._adaptive_avg_pool2d,
torch.ops.aten._adaptive_avg_pool3d,
torch.ops.aten.grid_sampler_2d,
Expand Down

0 comments on commit 96f6b84

Please sign in to comment.