Skip to content

Commit ef38aa4

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
xplat/executorch/exir/passes/sym_shape_eval_pass.py
Reviewed By: franklinho Differential Revision: D100957446
1 parent 7b5dcc1 commit ef38aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exir/passes/sym_shape_eval_pass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def index_Tensor(args, kwargs) -> List[Optional[int]]: # noqa: C901
111111
# elements across all mask indices with a number of elements other than 1.
112112
if len(mask_indices) > 0 and (len(broadcast_sizes) == 0 or broadcast_sizes[0] == 1):
113113
upper_bound_broadcast_size = 1
114-
intialized = False
114+
initialized = False
115115
for mask in mask_indices:
116116
mask_numel = eval_expr(mask.numel())
117117
if mask_numel != 1:

0 commit comments

Comments
 (0)