Commit b10c76e6 authored by Paul's avatar Paul
Browse files

Reduce operators.hpp includes

parent 8d21fdc9
......@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_3args : verify_program<test_rnn_3args>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_4args : verify_program<test_rnn_4args>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_5args : verify_program<test_rnn_5args>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_bi_3args : verify_program<test_rnn_bi_3args>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_bidirectional : verify_program<test_rnn_bidirectional>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_bidirectional10 : verify_program<test_rnn_bidirectional10>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_forward : verify_program<test_rnn_forward>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_forward10 : verify_program<test_rnn_forward10>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_reverse : verify_program<test_rnn_reverse>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_reverse2 : verify_program<test_rnn_reverse2>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_sql_1 : verify_program<test_rnn_sql_1>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/serialize.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_rnn_sql_2 : verify_program<test_rnn_sql_2>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_var_sl_gru_bidirct : verify_program<test_var_sl_gru_bidirct>
{
......
......@@ -6,7 +6,7 @@
#include <migraphx/make_op.hpp>
#include <migraphx/operators.hpp>
#include <migraphx/op/common.hpp>
struct test_var_sl_gru_forward : verify_program<test_var_sl_gru_forward>
{
......
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