Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
iksnagreb committed Oct 19, 2023
1 parent 6f74e8f commit 8b2b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/transformation/test_quant_constant_folding.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def test_fold_transpose_into_quant_init(quant_init, signed, narrow, rounding_mod
# Fill the execution context with dummy input data
context = {"input": x}

# Some test cases even tun the inpout into an initializer
# Some test cases even turn the input into an initializer
if quant_init:
# Turn the model input into an initializer
model.set_initializer("input", x)
Expand Down

0 comments on commit 8b2b656

Please sign in to comment.