From edf3b96000afea4e3e429c25f2cec31100025e5d Mon Sep 17 00:00:00 2001 From: DevmateXplatTypoFixes Bot Date: Tue, 14 Apr 2026 11:20:12 -0700 Subject: [PATCH] xplat/executorch/backends/arm/_passes/normalize_index_put_none_indices_pass.py Reviewed By: franklinho Differential Revision: D100784829 --- backends/arm/_passes/normalize_index_put_none_indices_pass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/arm/_passes/normalize_index_put_none_indices_pass.py b/backends/arm/_passes/normalize_index_put_none_indices_pass.py index 7aaace641b0..ae1863072ac 100644 --- a/backends/arm/_passes/normalize_index_put_none_indices_pass.py +++ b/backends/arm/_passes/normalize_index_put_none_indices_pass.py @@ -13,7 +13,7 @@ class NormalizeIndexPutNoneIndicesPass(ArmPass): """Normalize index_put with None:s in the indices_tensor list by moving None-indexed dims to the channel dimensions (*C_j in RewriteIndexPutPass - teminology) by permutating the destination and data tensors. A None-index + terminology) by permuting the destination and data tensors. A None-index corresponds to selecting the entire dim, which is equivalent with being a channel dimension.