Skip to content

Commit

Permalink
reformatted by black
Browse files Browse the repository at this point in the history
  • Loading branch information
blackkker committed Aug 11, 2022
1 parent de4fd9c commit 66a74e3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tests/python/frontend/pytorch/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,15 @@ def load_model(model_name):


def verify_model(
model_name, input_data=None, custom_convert_map=None, rtol=1e-5, atol=1e-5, expected_ops=None,
kind="graph", check_correctness=True, cpu_only=False
model_name,
input_data=None,
custom_convert_map=None,
rtol=1e-5,
atol=1e-5,
expected_ops=None,
kind="graph",
check_correctness=True,
cpu_only=False,
):
"""Assert that the output of a compiled model matches with that of its
baseline."""
Expand Down

0 comments on commit 66a74e3

Please sign in to comment.