Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
3272b22e
Commit
3272b22e
authored
Feb 12, 2022
by
Shucai Xiao
Browse files
clang format
parent
94e3a2e4
Changes
109
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
test/verify/test_rnn_bidirectional10.cpp
test/verify/test_rnn_bidirectional10.cpp
+1
-1
test/verify/test_rnn_forward.cpp
test/verify/test_rnn_forward.cpp
+1
-1
test/verify/test_rnn_forward10.cpp
test/verify/test_rnn_forward10.cpp
+1
-1
test/verify/test_rnn_reverse.cpp
test/verify/test_rnn_reverse.cpp
+1
-1
test/verify/test_rnn_reverse2.cpp
test/verify/test_rnn_reverse2.cpp
+1
-1
test/verify/test_rnn_sql_1.cpp
test/verify/test_rnn_sql_1.cpp
+1
-1
test/verify/test_rnn_sql_2.cpp
test/verify/test_rnn_sql_2.cpp
+1
-1
test/verify/test_var_sl_gru_bidirct.cpp
test/verify/test_var_sl_gru_bidirct.cpp
+1
-1
test/verify/test_var_sl_gru_forward.cpp
test/verify/test_var_sl_gru_forward.cpp
+1
-1
No files found.
test/verify/test_rnn_bidirectional10.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_rnn_bidirectional10 : verify_program<test_rnn_bidirectional10>
int
hidden_size
=
4
;
int
input_size
=
3
;
int
num_dirct
=
2
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
test/verify/test_rnn_forward.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_rnn_forward : verify_program<test_rnn_forward>
int
hidden_size
=
4
;
int
input_size
=
3
;
int
num_dirct
=
1
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
test/verify/test_rnn_forward10.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_rnn_forward10 : verify_program<test_rnn_forward10>
int
hidden_size
=
4
;
int
input_size
=
3
;
int
num_dirct
=
1
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
test/verify/test_rnn_reverse.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_rnn_reverse : verify_program<test_rnn_reverse>
int
hidden_size
=
4
;
int
input_size
=
3
;
int
num_dirct
=
1
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
test/verify/test_rnn_reverse2.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_rnn_reverse2 : verify_program<test_rnn_reverse2>
int
hidden_size
=
4
;
int
input_size
=
3
;
int
num_dirct
=
1
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
test/verify/test_rnn_sql_1.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_rnn_sql_1 : verify_program<test_rnn_sql_1>
int
hidden_size
=
4
;
int
input_size
=
3
;
int
num_dirct
=
1
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
test/verify/test_rnn_sql_2.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_rnn_sql_2 : verify_program<test_rnn_sql_2>
int
hidden_size
=
4
;
int
input_size
=
3
;
int
num_dirct
=
1
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
test/verify/test_var_sl_gru_bidirct.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_var_sl_gru_bidirct : verify_program<test_var_sl_gru_bidirct>
int
hidden_size
=
5
;
int
input_size
=
8
;
int
num_dirct
=
2
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
test/verify/test_var_sl_gru_forward.cpp
View file @
3272b22e
...
...
@@ -17,7 +17,7 @@ struct test_var_sl_gru_forward : verify_program<test_var_sl_gru_forward>
int
hidden_size
=
5
;
int
input_size
=
8
;
int
num_dirct
=
1
;
float
clip
=
0.0
f
;
float
clip
=
0.0
f
;
migraphx
::
program
p
;
auto
*
mm
=
p
.
get_main_module
();
...
...
Prev
1
2
3
4
5
6
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment