Skip to content

Commit 3ba37ad

Browse files
Address review comments
Signed-off-by: Oscar Andersson <[email protected]> Change-Id: I81b431f9de2b151d61bf93916370ff4d948bcd97
1 parent 534f0c7 commit 3ba37ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/test/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def forward(self, x):
180180
x = self.conv2d(x)
181181
return self.adaptive_avg_pool2d(x)
182182

183-
# @register_test
183+
@register_test
184184
class block_conv_norm_activation(torch.nn.Module):
185185
inputs = {
186186
TosaProfile.BI: (torch.ones(1, 3, 256, 256),),

0 commit comments

Comments
 (0)