Skip to content

Commit

Permalink
Updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Nov 18, 2023
1 parent 605e1ab commit 6395fda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/__snapshots__/test_FBCNN.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
input_channels=3,
output_channels=3,
scale=1,
size_requirements=SizeRequirements(minimum=16, multiple_of=None, square=False),
size_requirements=SizeRequirements(minimum=None, multiple_of=None, square=False),
supports_bfloat16=True,
supports_half=True,
tags=list([
Expand All @@ -18,7 +18,7 @@
input_channels=1,
output_channels=1,
scale=1,
size_requirements=SizeRequirements(minimum=16, multiple_of=None, square=False),
size_requirements=SizeRequirements(minimum=None, multiple_of=None, square=False),
supports_bfloat16=True,
supports_half=True,
tags=list([
Expand Down

0 comments on commit 6395fda

Please sign in to comment.