From ef38aa4a14170dadc2205670489546f556f06d4b Mon Sep 17 00:00:00 2001 From: DevmateXplatTypoFixes Bot Date: Thu, 23 Apr 2026 14:59:00 -0700 Subject: [PATCH] xplat/executorch/exir/passes/sym_shape_eval_pass.py Reviewed By: franklinho Differential Revision: D100957446 --- exir/passes/sym_shape_eval_pass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exir/passes/sym_shape_eval_pass.py b/exir/passes/sym_shape_eval_pass.py index bfc0165f2c0..c8729076aa0 100644 --- a/exir/passes/sym_shape_eval_pass.py +++ b/exir/passes/sym_shape_eval_pass.py @@ -111,7 +111,7 @@ def index_Tensor(args, kwargs) -> List[Optional[int]]: # noqa: C901 # elements across all mask indices with a number of elements other than 1. if len(mask_indices) > 0 and (len(broadcast_sizes) == 0 or broadcast_sizes[0] == 1): upper_bound_broadcast_size = 1 - intialized = False + initialized = False for mask in mask_indices: mask_numel = eval_expr(mask.numel()) if mask_numel != 1: