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
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
test/verify/test_gru_bidirct_default_actv.cpp
test/verify/test_gru_bidirct_default_actv.cpp
+1
-1
test/verify/test_gru_bidirct_default_actv1.cpp
test/verify/test_gru_bidirct_default_actv1.cpp
+1
-1
test/verify/test_gru_bidirct_seq1.cpp
test/verify/test_gru_bidirct_seq1.cpp
+1
-1
test/verify/test_gru_forward.cpp
test/verify/test_gru_forward.cpp
+1
-1
test/verify/test_gru_forward_3args.cpp
test/verify/test_gru_forward_3args.cpp
+1
-1
test/verify/test_gru_forward_3args_und.cpp
test/verify/test_gru_forward_3args_und.cpp
+1
-1
test/verify/test_gru_forward_default_actv.cpp
test/verify/test_gru_forward_default_actv.cpp
+1
-1
test/verify/test_gru_forward_default_actv1.cpp
test/verify/test_gru_forward_default_actv1.cpp
+1
-1
test/verify/test_gru_forward_seq1.cpp
test/verify/test_gru_forward_seq1.cpp
+1
-1
test/verify/test_gru_reverse_3args.cpp
test/verify/test_gru_reverse_3args.cpp
+1
-1
test/verify/test_gru_reverse_last.cpp
test/verify/test_gru_reverse_last.cpp
+1
-1
test/verify/test_gru_two_outputs.cpp
test/verify/test_gru_two_outputs.cpp
+1
-1
test/verify/test_layernorm.cpp
test/verify/test_layernorm.cpp
+1
-1
test/verify/test_lstm_bidirct_3args.cpp
test/verify/test_lstm_bidirct_3args.cpp
+1
-1
test/verify/test_lstm_bidirct_3args_und.cpp
test/verify/test_lstm_bidirct_3args_und.cpp
+1
-1
test/verify/test_lstm_bidirct_default_actv.cpp
test/verify/test_lstm_bidirct_default_actv.cpp
+1
-1
test/verify/test_lstm_bidirct_default_actv1.cpp
test/verify/test_lstm_bidirct_default_actv1.cpp
+1
-1
test/verify/test_lstm_bidirct_default_actv2.cpp
test/verify/test_lstm_bidirct_default_actv2.cpp
+1
-1
test/verify/test_lstm_bidirct_hs.cpp
test/verify/test_lstm_bidirct_hs.cpp
+1
-1
test/verify/test_lstm_bidirct_last.cpp
test/verify/test_lstm_bidirct_last.cpp
+1
-1
No files found.
test/verify/test_gru_bidirct_default_actv.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_bidirct_default_actv
:
verify_program
<
test_gru_bidirct_default_actv
>
{
...
...
test/verify/test_gru_bidirct_default_actv1.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_bidirct_default_actv1
:
verify_program
<
test_gru_bidirct_default_actv1
>
{
...
...
test/verify/test_gru_bidirct_seq1.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_bidirct_seq1
:
verify_program
<
test_gru_bidirct_seq1
>
{
...
...
test/verify/test_gru_forward.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_forward
:
verify_program
<
test_gru_forward
>
{
...
...
test/verify/test_gru_forward_3args.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_forward_3args
:
verify_program
<
test_gru_forward_3args
>
{
...
...
test/verify/test_gru_forward_3args_und.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_forward_3args_und
:
verify_program
<
test_gru_forward_3args_und
>
{
...
...
test/verify/test_gru_forward_default_actv.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_forward_default_actv
:
verify_program
<
test_gru_forward_default_actv
>
{
...
...
test/verify/test_gru_forward_default_actv1.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_forward_default_actv1
:
verify_program
<
test_gru_forward_default_actv1
>
{
...
...
test/verify/test_gru_forward_seq1.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_forward_seq1
:
verify_program
<
test_gru_forward_seq1
>
{
...
...
test/verify/test_gru_reverse_3args.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_reverse_3args
:
verify_program
<
test_gru_reverse_3args
>
{
...
...
test/verify/test_gru_reverse_last.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_reverse_last
:
verify_program
<
test_gru_reverse_last
>
{
...
...
test/verify/test_gru_two_outputs.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_gru_two_outputs
:
verify_program
<
test_gru_two_outputs
>
{
...
...
test/verify/test_layernorm.cpp
100644 → 100755
View file @
b10c76e6
...
...
@@ -4,7 +4,7 @@
#include <migraphx/generate.hpp>
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/reduce_mean
.hpp>
migraphx
::
instruction_ref
add_layernorm
(
migraphx
::
module
&
m
,
migraphx
::
instruction_ref
x
,
std
::
vector
<
size_t
>
dims
)
...
...
test/verify/test_lstm_bidirct_3args.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_lstm_bidirct_3args
:
verify_program
<
test_lstm_bidirct_3args
>
{
...
...
test/verify/test_lstm_bidirct_3args_und.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_lstm_bidirct_3args_und
:
verify_program
<
test_lstm_bidirct_3args_und
>
{
...
...
test/verify/test_lstm_bidirct_default_actv.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_lstm_bidirct_default_actv
:
verify_program
<
test_lstm_bidirct_default_actv
>
{
...
...
test/verify/test_lstm_bidirct_default_actv1.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_lstm_bidirct_default_actv1
:
verify_program
<
test_lstm_bidirct_default_actv1
>
{
...
...
test/verify/test_lstm_bidirct_default_actv2.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_lstm_bidirct_default_actv2
:
verify_program
<
test_lstm_bidirct_default_actv2
>
{
...
...
test/verify/test_lstm_bidirct_hs.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_lstm_bidirct_hs
:
verify_program
<
test_lstm_bidirct_hs
>
{
...
...
test/verify/test_lstm_bidirct_last.cpp
View file @
b10c76e6
...
...
@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/op
erators
.hpp>
#include <migraphx/op
/common
.hpp>
struct
test_lstm_bidirct_last
:
verify_program
<
test_lstm_bidirct_last
>
{
...
...
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