File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class AvgPool2dVisitor_0_80_BI(NodeVisitor):
25
25
target = "aten.avg_pool2d.default"
26
26
27
27
tosa_specs = [
28
- TosaSpecification .create_from_string ("TOSA-0.80.0 +BI" ),
28
+ TosaSpecification .create_from_string ("TOSA-0.80+BI" ),
29
29
]
30
30
31
31
def __init__ (self , * args ):
@@ -96,7 +96,7 @@ class AvgPool2dVisitor_0_80_MI(AvgPool2dVisitor_0_80_BI):
96
96
# inheriting 'target' from BI class
97
97
98
98
tosa_specs = [
99
- TosaSpecification .create_from_string ("TOSA-0.80.0 +MI" ),
99
+ TosaSpecification .create_from_string ("TOSA-0.80+MI" ),
100
100
]
101
101
102
102
def define_node (
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class BatchNormVisitor(NodeVisitor):
23
23
target = "aten._native_batch_norm_legit_no_training.default"
24
24
25
25
tosa_specs = [
26
- TosaSpecification .create_from_string ("TOSA-0.80.0 +MI" ),
26
+ TosaSpecification .create_from_string ("TOSA-0.80+MI" ),
27
27
]
28
28
29
29
def __init__ (self , * args ):
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ class DivVisitor(NodeVisitor):
24
24
25
25
# Only supported for MI
26
26
tosa_specs = [
27
- TosaSpecification .create_from_string ("TOSA-0.80.0 +MI" ),
27
+ TosaSpecification .create_from_string ("TOSA-0.80+MI" ),
28
28
]
29
29
30
30
def __init__ (self , * args ):
You can’t perform that action at this time.
0 commit comments