Commit b10c76e6 authored by Paul's avatar Paul
Browse files

Reduce operators.hpp includes

parent 8d21fdc9
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_bidirct_seq1 : verify_program<test_lstm_bidirct_seq1> struct test_lstm_bidirct_seq1 : verify_program<test_lstm_bidirct_seq1>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_forward_3args : verify_program<test_lstm_forward_3args> struct test_lstm_forward_3args : verify_program<test_lstm_forward_3args>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp> #include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_forward_3args_und : verify_program<test_lstm_forward_3args_und> struct test_lstm_forward_3args_und : verify_program<test_lstm_forward_3args_und>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_forward_default_actv : verify_program<test_lstm_forward_default_actv> struct test_lstm_forward_default_actv : verify_program<test_lstm_forward_default_actv>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp> #include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_forward_default_actv1 : verify_program<test_lstm_forward_default_actv1> struct test_lstm_forward_default_actv1 : verify_program<test_lstm_forward_default_actv1>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp> #include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_forward_hs : verify_program<test_lstm_forward_hs> struct test_lstm_forward_hs : verify_program<test_lstm_forward_hs>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_forward_last : verify_program<test_lstm_forward_last> struct test_lstm_forward_last : verify_program<test_lstm_forward_last>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_forward_seq1 : verify_program<test_lstm_forward_seq1> struct test_lstm_forward_seq1 : verify_program<test_lstm_forward_seq1>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_reverse_3args : verify_program<test_lstm_reverse_3args> struct test_lstm_reverse_3args : verify_program<test_lstm_reverse_3args>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_reverse_3args_cell_output : verify_program<test_lstm_reverse_3args_cell_output> struct test_lstm_reverse_3args_cell_output : verify_program<test_lstm_reverse_3args_cell_output>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp> #include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_reverse_last : verify_program<test_lstm_reverse_last> struct test_lstm_reverse_last : verify_program<test_lstm_reverse_last>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_three_outputs : verify_program<test_lstm_three_outputs> struct test_lstm_three_outputs : verify_program<test_lstm_three_outputs>
{ {
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp> #include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/common.hpp>
struct test_lstm_two_outputs : verify_program<test_lstm_two_outputs> struct test_lstm_two_outputs : verify_program<test_lstm_two_outputs>
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "verify_program.hpp" #include "verify_program.hpp"
#include <migraphx/program.hpp> #include <migraphx/program.hpp>
#include <migraphx/generate.hpp> #include <migraphx/generate.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/pooling.hpp>
struct test_max_pooling_ceil_3d : verify_program<test_max_pooling_ceil_3d> struct test_max_pooling_ceil_3d : verify_program<test_max_pooling_ceil_3d>
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "verify_program.hpp" #include "verify_program.hpp"
#include <migraphx/program.hpp> #include <migraphx/program.hpp>
#include <migraphx/generate.hpp> #include <migraphx/generate.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/pad.hpp>
struct test_pad_highest : verify_program<test_pad_highest> struct test_pad_highest : verify_program<test_pad_highest>
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "verify_program.hpp" #include "verify_program.hpp"
#include <migraphx/program.hpp> #include <migraphx/program.hpp>
#include <migraphx/generate.hpp> #include <migraphx/generate.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/pad.hpp>
struct test_pad_int8 : verify_program<test_pad_int8> struct test_pad_int8 : verify_program<test_pad_int8>
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "verify_program.hpp" #include "verify_program.hpp"
#include <migraphx/program.hpp> #include <migraphx/program.hpp>
#include <migraphx/generate.hpp> #include <migraphx/generate.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/pad.hpp>
struct test_pad_lowest : verify_program<test_pad_lowest> struct test_pad_lowest : verify_program<test_pad_lowest>
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "verify_program.hpp" #include "verify_program.hpp"
#include <migraphx/program.hpp> #include <migraphx/program.hpp>
#include <migraphx/generate.hpp> #include <migraphx/generate.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/pooling.hpp>
struct test_pooling_autopad : verify_program<test_pooling_autopad> struct test_pooling_autopad : verify_program<test_pooling_autopad>
{ {
......
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
#include "verify_program.hpp" #include "verify_program.hpp"
#include <migraphx/program.hpp> #include <migraphx/program.hpp>
#include <migraphx/generate.hpp> #include <migraphx/generate.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/reduce_max.hpp>
#include <migraphx/op/reduce_mean.hpp>
#include <migraphx/op/reduce_min.hpp>
#include <migraphx/op/reduce_prod.hpp>
#include <migraphx/op/reduce_sum.hpp>
template <class Op, int Axis, migraphx::shape::type_t T> template <class Op, int Axis, migraphx::shape::type_t T>
struct test_reduce_op_large : verify_program<test_reduce_op_large<Op, Axis, T>> struct test_reduce_op_large : verify_program<test_reduce_op_large<Op, Axis, T>>
......
...@@ -2,7 +2,11 @@ ...@@ -2,7 +2,11 @@
#include "verify_program.hpp" #include "verify_program.hpp"
#include <migraphx/program.hpp> #include <migraphx/program.hpp>
#include <migraphx/generate.hpp> #include <migraphx/generate.hpp>
#include <migraphx/operators.hpp> #include <migraphx/op/reduce_sum.hpp>
#include <migraphx/op/reduce_mean.hpp>
#include <migraphx/op/reduce_max.hpp>
#include <migraphx/op/reduce_min.hpp>
#include <migraphx/op/reduce_prod.hpp>
template <class Op, int Axis, migraphx::shape::type_t T> template <class Op, int Axis, migraphx::shape::type_t T>
struct test_reduce_op_small : verify_program<test_reduce_op_small<Op, Axis, T>> struct test_reduce_op_small : verify_program<test_reduce_op_small<Op, Axis, T>>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment