Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / mkl-dnn / tests / benchdnn / inputs / ip / test_ip_all
1 # f32
2 --reset --cfg=f32
3 --dir=FWD_B --batch=ip_all
4 --dir=BWD_D --batch=ip_all
5 --dir=BWD_WB --batch=ip_all
6
7 # i8 (skx)
8 --reset --allow-unimpl=true --dir=FWD_B --mb=2 --attr=irmode=down;oscale=per_oc:2.25;
9 --cfg=u8s8u8s32  --batch=ip_all
10 --cfg=u8s8s8s32  --batch=ip_all
11 --cfg=u8s8s32s32 --batch=ip_all
12 --cfg=s8s8u8s32  --batch=ip_all
13 --cfg=s8s8s8s32  --batch=ip_all
14 --cfg=s8s8s32s32 --batch=ip_all
15
16 # relu
17 --reset --dir=FWD_B --mb=2 --attr=post_ops='relu'
18 --batch=ip_all
19 --cfg=u8s8s32s32  --batch=ip_all
20 --cfg=s8s8s32s32  --batch=ip_all