Skip to content

Commit

Permalink
formating fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Munoz <[email protected]>
  • Loading branch information
christopherlmunoz committed Feb 14, 2025
1 parent 62a16c4 commit 6a5dd80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/backend/inference_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,14 +850,14 @@ def get_test_models():
"test_dynamicquantizelinear_cpu": {
STATIC_SHAPE: {},
DYNAMIC_SHAPE: {-1: {-1}},
CONSTANT_INPUT: {-1},
CONSTANT_INPUT: {-1},
},
"test_dynamicquantizelinear_expanded_cpu": {
"test_dynamicquantizelinear_expanded_cpu": {
STATIC_SHAPE: {},
DYNAMIC_SHAPE: {-1: {-1}},
CONSTANT_INPUT: {-1},
},
"test_dynamicquantizelinear_max_adjusted_cpu": {
"test_dynamicquantizelinear_max_adjusted_cpu": {
STATIC_SHAPE: {},
DYNAMIC_SHAPE: {-1: {-1}},
CONSTANT_INPUT: {-1},
Expand Down

0 comments on commit 6a5dd80

Please sign in to comment.