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
f9691e2e
Commit
f9691e2e
authored
Dec 13, 2023
by
Paul
Browse files
Format
parent
93c89587
Changes
489
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
60 deletions
+0
-60
test/onnx/parse/shape_gather_test.cpp
test/onnx/parse/shape_gather_test.cpp
+0
-3
test/onnx/parse/shape_start_oob_test.cpp
test/onnx/parse/shape_start_oob_test.cpp
+0
-3
test/onnx/parse/shape_test.cpp
test/onnx/parse/shape_test.cpp
+0
-3
test/onnx/parse/shrink_hard_test.cpp
test/onnx/parse/shrink_hard_test.cpp
+0
-3
test/onnx/parse/shrink_int8_test.cpp
test/onnx/parse/shrink_int8_test.cpp
+0
-3
test/onnx/parse/sign_test.cpp
test/onnx/parse/sign_test.cpp
+0
-3
test/onnx/parse/sin_test.cpp
test/onnx/parse/sin_test.cpp
+0
-3
test/onnx/parse/sinh_dynamic_test.cpp
test/onnx/parse/sinh_dynamic_test.cpp
+0
-3
test/onnx/parse/sinh_test.cpp
test/onnx/parse/sinh_test.cpp
+0
-3
test/onnx/parse/size_float_test.cpp
test/onnx/parse/size_float_test.cpp
+0
-3
test/onnx/parse/size_half_test.cpp
test/onnx/parse/size_half_test.cpp
+0
-3
test/onnx/parse/size_int_test.cpp
test/onnx/parse/size_int_test.cpp
+0
-3
test/onnx/parse/slice_3arg_test.cpp
test/onnx/parse/slice_3arg_test.cpp
+0
-3
test/onnx/parse/slice_5arg_reverse_test.cpp
test/onnx/parse/slice_5arg_reverse_test.cpp
+0
-3
test/onnx/parse/slice_5arg_step_test.cpp
test/onnx/parse/slice_5arg_step_test.cpp
+0
-3
test/onnx/parse/slice_5arg_test.cpp
test/onnx/parse/slice_5arg_test.cpp
+0
-3
test/onnx/parse/slice_constant_test.cpp
test/onnx/parse/slice_constant_test.cpp
+0
-3
test/onnx/parse/slice_dyn_test.cpp
test/onnx/parse/slice_dyn_test.cpp
+0
-3
test/onnx/parse/slice_max_end_test.cpp
test/onnx/parse/slice_max_end_test.cpp
+0
-3
test/onnx/parse/slice_reverse_dyn_test.cpp
test/onnx/parse/slice_reverse_dyn_test.cpp
+0
-3
No files found.
test/onnx/parse/shape_gather_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
shape_gather_test
)
{
migraphx
::
program
p
;
...
...
@@ -17,5 +16,3 @@ TEST_CASE(shape_gather_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/shape_start_oob_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
shape_start_oob_test
)
{
migraphx
::
program
p
;
...
...
@@ -18,5 +17,3 @@ TEST_CASE(shape_start_oob_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/shape_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
shape_test
)
{
migraphx
::
program
p
;
...
...
@@ -14,5 +13,3 @@ TEST_CASE(shape_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/shrink_hard_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
shrink_hard_test
)
{
migraphx
::
program
p
;
...
...
@@ -33,5 +32,3 @@ TEST_CASE(shrink_hard_test)
auto
prog
=
optimize_onnx
(
"shrink_hard_test.onnx"
);
EXPECT
(
p
==
prog
);
}
test/onnx/parse/shrink_int8_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
shrink_int8_test
)
{
migraphx
::
program
p
;
...
...
@@ -36,5 +35,3 @@ TEST_CASE(shrink_int8_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/sign_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
sign_test
)
{
migraphx
::
program
p
;
...
...
@@ -12,5 +11,3 @@ TEST_CASE(sign_test)
auto
prog
=
optimize_onnx
(
"sign_test.onnx"
);
EXPECT
(
p
==
prog
);
}
test/onnx/parse/sin_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
sin_test
)
{
migraphx
::
program
p
;
...
...
@@ -12,5 +11,3 @@ TEST_CASE(sin_test)
auto
prog
=
optimize_onnx
(
"sin_test.onnx"
);
EXPECT
(
p
==
prog
);
}
test/onnx/parse/sinh_dynamic_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
sinh_dynamic_test
)
{
migraphx
::
program
p
;
...
...
@@ -19,5 +18,3 @@ TEST_CASE(sinh_dynamic_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/sinh_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
sinh_test
)
{
migraphx
::
program
p
;
...
...
@@ -13,5 +12,3 @@ TEST_CASE(sinh_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/size_float_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
size_float_test
)
{
migraphx
::
program
p
;
...
...
@@ -13,5 +12,3 @@ TEST_CASE(size_float_test)
auto
prog
=
optimize_onnx
(
"size_float_test.onnx"
);
EXPECT
(
p
==
prog
);
}
test/onnx/parse/size_half_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
size_half_test
)
{
migraphx
::
program
p
;
...
...
@@ -12,5 +11,3 @@ TEST_CASE(size_half_test)
auto
prog
=
optimize_onnx
(
"size_half_test.onnx"
);
EXPECT
(
p
==
prog
);
}
test/onnx/parse/size_int_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
size_int_test
)
{
migraphx
::
program
p
;
...
...
@@ -12,5 +11,3 @@ TEST_CASE(size_int_test)
auto
prog
=
optimize_onnx
(
"size_int_test.onnx"
);
EXPECT
(
p
==
prog
);
}
test/onnx/parse/slice_3arg_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
slice_3arg_test
)
{
migraphx
::
program
p
;
...
...
@@ -17,5 +16,3 @@ TEST_CASE(slice_3arg_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/slice_5arg_reverse_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
slice_5arg_reverse_test
)
{
migraphx
::
program
p
;
...
...
@@ -22,5 +21,3 @@ TEST_CASE(slice_5arg_reverse_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/slice_5arg_step_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
slice_5arg_step_test
)
{
migraphx
::
program
p
;
...
...
@@ -25,5 +24,3 @@ TEST_CASE(slice_5arg_step_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/slice_5arg_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
slice_5arg_test
)
{
migraphx
::
program
p
;
...
...
@@ -20,5 +19,3 @@ TEST_CASE(slice_5arg_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/slice_constant_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
slice_constant_test
)
{
migraphx
::
program
p
;
...
...
@@ -14,5 +13,3 @@ TEST_CASE(slice_constant_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/slice_dyn_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
slice_dyn_test
)
{
migraphx
::
program
p
;
...
...
@@ -21,5 +20,3 @@ TEST_CASE(slice_dyn_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/slice_max_end_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
slice_max_end_test
)
{
migraphx
::
program
p
;
...
...
@@ -15,5 +14,3 @@ TEST_CASE(slice_max_end_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/slice_reverse_dyn_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
slice_reverse_dyn_test
)
{
// A slice command with negative step on any axis will have a "Reverse" instruction added in
...
...
@@ -10,5 +9,3 @@ TEST_CASE(slice_reverse_dyn_test)
options
.
default_dyn_dim_value
=
{
1
,
4
};
EXPECT
(
test
::
throws
([
&
]
{
migraphx
::
parse_onnx
(
"slice_reverse_dyn_test.onnx"
,
options
);
}));
}
Prev
1
…
17
18
19
20
21
22
23
24
25
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