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
b10c76e6
Commit
b10c76e6
authored
Dec 09, 2020
by
Paul
Browse files
Reduce operators.hpp includes
parent
8d21fdc9
Changes
74
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
14 deletions
+14
-14
test/verify/test_rnn_3args.cpp
test/verify/test_rnn_3args.cpp
+1
-1
test/verify/test_rnn_4args.cpp
test/verify/test_rnn_4args.cpp
+1
-1
test/verify/test_rnn_5args.cpp
test/verify/test_rnn_5args.cpp
+1
-1
test/verify/test_rnn_bi_3args.cpp
test/verify/test_rnn_bi_3args.cpp
+1
-1
test/verify/test_rnn_bidirectional.cpp
test/verify/test_rnn_bidirectional.cpp
+1
-1
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_3args.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_3args
:
verify_program
<
test_rnn_3args
>
struct
test_rnn_3args
:
verify_program
<
test_rnn_3args
>
{
{
...
...
test/verify/test_rnn_4args.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_4args
:
verify_program
<
test_rnn_4args
>
struct
test_rnn_4args
:
verify_program
<
test_rnn_4args
>
{
{
...
...
test/verify/test_rnn_5args.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_5args
:
verify_program
<
test_rnn_5args
>
struct
test_rnn_5args
:
verify_program
<
test_rnn_5args
>
{
{
...
...
test/verify/test_rnn_bi_3args.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_bi_3args
:
verify_program
<
test_rnn_bi_3args
>
struct
test_rnn_bi_3args
:
verify_program
<
test_rnn_bi_3args
>
{
{
...
...
test/verify/test_rnn_bidirectional.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_bidirectional
:
verify_program
<
test_rnn_bidirectional
>
struct
test_rnn_bidirectional
:
verify_program
<
test_rnn_bidirectional
>
{
{
...
...
test/verify/test_rnn_bidirectional10.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_bidirectional10
:
verify_program
<
test_rnn_bidirectional10
>
struct
test_rnn_bidirectional10
:
verify_program
<
test_rnn_bidirectional10
>
{
{
...
...
test/verify/test_rnn_forward.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_forward
:
verify_program
<
test_rnn_forward
>
struct
test_rnn_forward
:
verify_program
<
test_rnn_forward
>
{
{
...
...
test/verify/test_rnn_forward10.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_forward10
:
verify_program
<
test_rnn_forward10
>
struct
test_rnn_forward10
:
verify_program
<
test_rnn_forward10
>
{
{
...
...
test/verify/test_rnn_reverse.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_reverse
:
verify_program
<
test_rnn_reverse
>
struct
test_rnn_reverse
:
verify_program
<
test_rnn_reverse
>
{
{
...
...
test/verify/test_rnn_reverse2.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_reverse2
:
verify_program
<
test_rnn_reverse2
>
struct
test_rnn_reverse2
:
verify_program
<
test_rnn_reverse2
>
{
{
...
...
test/verify/test_rnn_sql_1.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_sql_1
:
verify_program
<
test_rnn_sql_1
>
struct
test_rnn_sql_1
:
verify_program
<
test_rnn_sql_1
>
{
{
...
...
test/verify/test_rnn_sql_2.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_rnn_sql_2
:
verify_program
<
test_rnn_sql_2
>
struct
test_rnn_sql_2
:
verify_program
<
test_rnn_sql_2
>
{
{
...
...
test/verify/test_var_sl_gru_bidirct.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_var_sl_gru_bidirct
:
verify_program
<
test_var_sl_gru_bidirct
>
struct
test_var_sl_gru_bidirct
:
verify_program
<
test_var_sl_gru_bidirct
>
{
{
...
...
test/verify/test_var_sl_gru_forward.cpp
View file @
b10c76e6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_var_sl_gru_forward
:
verify_program
<
test_var_sl_gru_forward
>
struct
test_var_sl_gru_forward
:
verify_program
<
test_var_sl_gru_forward
>
{
{
...
...
Prev
1
2
3
4
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