summaryrefslogtreecommitdiff
path: root/inference-engine/thirdparty/mkl-dnn/tests/benchdnn/inputs/rnn/test_rnn_inference
blob: 86ef88f13be244f5e7551d9de0c355aeda191dba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# f32

# RNN
--reset --alg=VANILLA_RNN
--direction=left2right
--activation=LOGISTIC
--prop=FWD_D --batch=rnn_inference

--reset
--direction=concat
--activation=LOGISTIC
--prop=FWD_D --batch=rnn_inference

# sum
--reset
--direction=sum
--activation=LOGISTIC
--prop=FWD_D --batch=rnn_inference

# LSTM
--reset --alg=VANILLA_LSTM
--direction=left2right
--activation=LOGISTIC
--prop=FWD_D --batch=rnn_inference

# GRU
--reset --alg=VANILLA_GRU
--direction=left2right
--activation=LOGISTIC
--prop=FWD_D --batch=rnn_gru

# LBR_GRU
--reset --alg=LBR_GRU
--direction=left2right
--activation=LOGISTIC
--prop=FWD_D --batch=rnn_inference