Skip to content

Commit

Permalink
squeeze test progress commit [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vobojevicTT committed Dec 27, 2024
1 parent fce84da commit 40a14e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions forge/test/operators/pytorch/tm/test_squeeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ def verify(
math_fidelity=test_vector.math_fidelity,
warm_reset=warm_reset,
value_range=ValueRanges.SMALL,
deprecated_verification=False,
verify_config=VerifyConfig(value_checker=AllCloseValueChecker()),
# deprecated_verification=False,
# verify_config=VerifyConfig(value_checker=AllCloseValueChecker()),
)


Expand All @@ -104,14 +104,14 @@ def generate_kwargs(cls, test_vector: TestVector):
operators=["squeeze"],
input_sources=TestCollectionCommon.all.input_sources,
input_shapes=TestCollectionCommon.all.input_shapes,
kwargs=lambda test_vector: TestParamsData.generate_kwargs(test_vector),
# kwargs=lambda test_vector: TestParamsData.generate_kwargs(test_vector),
),
# Test Data formats collection:
TestCollection(
operators=["squeeze"],
input_sources=TestCollectionCommon.single.input_sources,
input_shapes=TestCollectionCommon.single.input_shapes,
kwargs=lambda test_vector: TestParamsData.generate_kwargs(test_vector),
# kwargs=lambda test_vector: TestParamsData.generate_kwargs(test_vector),
dev_data_formats=[
item
for item in TestCollectionCommon.all.dev_data_formats
Expand All @@ -124,7 +124,7 @@ def generate_kwargs(cls, test_vector: TestVector):
operators=["squeeze"],
input_sources=TestCollectionCommon.single.input_sources,
input_shapes=TestCollectionCommon.single.input_shapes,
kwargs=lambda test_vector: TestParamsData.generate_kwargs(test_vector),
# kwargs=lambda test_vector: TestParamsData.generate_kwargs(test_vector),
dev_data_formats=TestCollectionCommon.single.dev_data_formats,
math_fidelities=TestCollectionCommon.all.math_fidelities,
),
Expand Down

0 comments on commit 40a14e8

Please sign in to comment.