# int8
--reset

--trivial-strides=true
--prop=FWD_I
--alg=VANILLA_LSTM
--activation=UNDEF
--with-peephole=false
--with-projection=false

# small problems
--cfg=u8u8u8u8,u8u8u8f32,f32u8f32u8,f32u8f32f32,s8s8s8s8,s8s8s8f32,f32s8f32s8,f32s8f32f32
--direction=left2right,right2left,concat,sum
--scaling=common,per_oc
--batch=option_set_small
--batch=option_set_lstmp_small

# large problems
--cfg=u8u8u8u8,s8s8s8s8
--direction=left2right
--scaling=per_oc
--batch=option_set_large
--batch=option_set_lstmp_large

# lstmp
--with-projection=true
# small problems
--cfg=u8u8u8u8,u8u8u8f32,f32u8f32u8,f32u8f32f32,s8s8s8s8,s8s8s8f32,f32s8f32s8,f32s8f32f32
--direction=left2right,right2left,concat,sum
--scaling=common,per_oc
--scaling-proj=common,per_oc
--batch=option_set_small
--batch=option_set_lstmp_small

# large problems
--cfg=u8u8u8u8,s8s8s8s8
--direction=left2right
--scaling=per_oc
--scaling-proj=per_oc
--batch=option_set_large
--batch=option_set_lstmp_large
