1# f32
2--reset --cfg=f32
3--mb=2
4--stag=axb --dtag=axb
5--skip-impl=ref,x64:gemm      # ! test jit version only
6--dir=FWD_B
7--attr-post-ops=sum+relu --batch=shapes_resnet_50
8--attr-post-ops=sum+relu:0.5 --batch=shapes_tails
9--attr-post-ops=sum+tanh:0:0:2.5 --batch=shapes_tails
10--attr-post-ops=sum+elu:0.5 --batch=shapes_tails
11--attr-post-ops=sum+abs --batch=shapes_tails
12--attr-post-ops=sum+linear:0.5:1.5 --batch=shapes_tails
13--attr-post-ops=sum+bounded_relu:0.5 --batch=shapes_tails
14--attr-post-ops=sum+logistic:0:0:2.5 --batch=shapes_tails
15--attr-post-ops=sum+square --batch=shapes_tails
16--attr-post-ops=sum+soft_relu --batch=shapes_tails
17--attr-post-ops=sum+pow:0.5:0.33 --batch=shapes_tails
18
19--attr-post-ops=add:f32:per_oc,add:f32:per_tensor --batch=shapes_tails
20
21--attr-post-ops=prelu:per_oc,sum+prelu:per_oc --batch=shapes_tails
22