1# int8
2--reset
3
4--trivial-strides=true
5--prop=FWD_I
6--alg=VANILLA_LSTM
7--activation=UNDEF
8--with-peephole=false
9--with-projection=false
10
11# small problems
12--cfg=u8u8u8u8,u8u8u8f32,f32u8f32u8,f32u8f32f32,s8s8s8s8,s8s8s8f32,f32s8f32s8,f32s8f32f32
13--direction=left2right,right2left,concat,sum
14--scaling=common,per_oc
15--batch=option_set_small
16--batch=option_set_lstmp_small
17
18# large problems
19--cfg=u8u8u8u8,s8s8s8s8
20--direction=left2right
21--scaling=per_oc
22--batch=option_set_large
23--batch=option_set_lstmp_large
24
25# lstmp
26--with-projection=true
27# small problems
28--cfg=u8u8u8u8,u8u8u8f32,f32u8f32u8,f32u8f32f32,s8s8s8s8,s8s8s8f32,f32s8f32s8,f32s8f32f32
29--direction=left2right,right2left,concat,sum
30--scaling=common,per_oc
31--scaling-proj=common,per_oc
32--batch=option_set_small
33--batch=option_set_lstmp_small
34
35# large problems
36--cfg=u8u8u8u8,s8s8s8s8
37--direction=left2right
38--scaling=per_oc
39--scaling-proj=per_oc
40--batch=option_set_large
41--batch=option_set_lstmp_large
42