Publishing 2019 R1 content
[platform/upstream/dldt.git] / inference-engine / thirdparty / mkl-dnn / tests / benchdnn / inputs / rnn / test_rnn_small
1 # f32
2
3 # RNN
4 # direction
5 # l2r
6 --reset --alg=VANILLA_RNN
7 --direction=left2right
8 --activation=RELU
9 --prop=FWD_D --batch=rnn_small
10 --prop=BWD_DW --batch=rnn_small
11
12 # r2l
13 --reset --alg=VANILLA_RNN
14 --direction=right2left
15 --activation=RELU
16 --prop=FWD_D --batch=rnn_small
17 --prop=BWD_DW --batch=rnn_small
18
19 # concat
20 --reset --alg=VANILLA_RNN
21 --direction=concat
22 --activation=RELU
23 --prop=FWD_D --batch=rnn_small
24 --prop=BWD_DW --batch=rnn_small
25
26 # sum
27 --reset --alg=VANILLA_RNN
28 --direction=sum
29 --activation=RELU
30 --prop=FWD_D --batch=rnn_small
31 --prop=BWD_DW --batch=rnn_small
32
33 # activation
34 --reset --alg=VANILLA_RNN
35 --direction=left2right
36 --activation=TANH
37 --prop=FWD_D --batch=rnn_small
38 --prop=BWD_DW --batch=rnn_small
39
40 --reset --alg=VANILLA_RNN
41 --direction=left2right
42 --activation=LOGISTIC
43 --prop=FWD_D --batch=rnn_small
44 --prop=BWD_DW --batch=rnn_small
45
46 # LSTM
47 --reset --alg=VANILLA_LSTM
48 --direction=left2right
49 --activation=TANH
50 --prop=FWD_D --batch=rnn_small
51 # --prop=BWD_DW --batch=rnn_small
52
53 # LSTM int8
54 --reset --alg=VANILLA_LSTM
55 --direction=left2right
56 --activation=TANH
57 --cfg=u8u8u8u8
58 --allow-unimpl=true
59 --attr=irmode=nearest --scaling=common
60 --prop=FWD_D --batch=rnn_small
61
62 --reset --alg=VANILLA_LSTM
63 --direction=left2right
64 --activation=TANH
65 --allow-unimpl=true
66 --cfg=u8u8u8f32
67 --attr=irmode=down --scaling=common
68 --prop=FWD_D --batch=rnn_small
69
70 --reset --alg=VANILLA_LSTM
71 --direction=left2right
72 --activation=TANH
73 --allow-unimpl=true
74 --cfg=f32u8f32u8
75 --attr=irmode=down --scaling=per_oc
76 --prop=FWD_D --batch=rnn_small
77
78 --reset --alg=VANILLA_LSTM
79 --direction=left2right
80 --activation=TANH
81 --allow-unimpl=true
82 --cfg=f32u8f32f32
83 --attr=irmode=nearest --scaling=per_oc
84 --prop=FWD_D --batch=rnn_small
85
86 # GRU
87 --reset --alg=VANILLA_GRU
88 --direction=left2right
89 --activation=TANH
90 --prop=FWD_D --batch=rnn_gru_small
91 --prop=BWD_DW --batch=rnn_gru_small
92
93 # LBR_GRU
94 --reset --alg=LBR_GRU
95 --direction=left2right
96 --activation=TANH
97 --prop=FWD_D --batch=rnn_small
98 --prop=BWD_DW --batch=rnn_small
99