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/tanh_test.cpp
test/onnx/parse/tanh_test.cpp
+0
-3
test/onnx/parse/thresholdedrelu_default_test.cpp
test/onnx/parse/thresholdedrelu_default_test.cpp
+0
-3
test/onnx/parse/thresholdedrelu_int_test.cpp
test/onnx/parse/thresholdedrelu_int_test.cpp
+0
-3
test/onnx/parse/thresholdedrelu_test.cpp
test/onnx/parse/thresholdedrelu_test.cpp
+0
-3
test/onnx/parse/tile_test.cpp
test/onnx/parse/tile_test.cpp
+0
-3
test/onnx/parse/tile_test_3x2.cpp
test/onnx/parse/tile_test_3x2.cpp
+0
-3
test/onnx/parse/topk_attrk_test.cpp
test/onnx/parse/topk_attrk_test.cpp
+0
-3
test/onnx/parse/topk_neg_axis_test.cpp
test/onnx/parse/topk_neg_axis_test.cpp
+0
-3
test/onnx/parse/topk_test.cpp
test/onnx/parse/topk_test.cpp
+0
-3
test/onnx/parse/transpose_default_perm_test.cpp
test/onnx/parse/transpose_default_perm_test.cpp
+0
-3
test/onnx/parse/transpose_dyn_test.cpp
test/onnx/parse/transpose_dyn_test.cpp
+0
-3
test/onnx/parse/transpose_gather_test.cpp
test/onnx/parse/transpose_gather_test.cpp
+0
-3
test/onnx/parse/transpose_invalid_perm_test.cpp
test/onnx/parse/transpose_invalid_perm_test.cpp
+0
-3
test/onnx/parse/transpose_test.cpp
test/onnx/parse/transpose_test.cpp
+0
-3
test/onnx/parse/undefined_test.cpp
test/onnx/parse/undefined_test.cpp
+0
-3
test/onnx/parse/unique_dynamic_sorted_3D_test.cpp
test/onnx/parse/unique_dynamic_sorted_3D_test.cpp
+0
-3
test/onnx/parse/unique_dynamic_sorted_test.cpp
test/onnx/parse/unique_dynamic_sorted_test.cpp
+0
-3
test/onnx/parse/unique_sorted_test.cpp
test/onnx/parse/unique_sorted_test.cpp
+0
-3
test/onnx/parse/unique_unsorted_test.cpp
test/onnx/parse/unique_unsorted_test.cpp
+0
-3
test/onnx/parse/unknown_aten_test.cpp
test/onnx/parse/unknown_aten_test.cpp
+0
-3
No files found.
test/onnx/parse/tanh_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
tanh_test
)
{
migraphx
::
program
p
;
...
...
@@ -13,5 +12,3 @@ TEST_CASE(tanh_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/thresholdedrelu_default_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
thresholdedrelu_default_test
)
{
migraphx
::
program
p
;
...
...
@@ -20,5 +19,3 @@ TEST_CASE(thresholdedrelu_default_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/thresholdedrelu_int_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
thresholdedrelu_int_test
)
{
migraphx
::
program
p
;
...
...
@@ -20,5 +19,3 @@ TEST_CASE(thresholdedrelu_int_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/thresholdedrelu_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
thresholdedrelu_test
)
{
migraphx
::
program
p
;
...
...
@@ -20,5 +19,3 @@ TEST_CASE(thresholdedrelu_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/tile_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
tile_test
)
{
migraphx
::
program
p
;
...
...
@@ -14,5 +13,3 @@ TEST_CASE(tile_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/tile_test_3x2.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
tile_test_3x2
)
{
migraphx
::
program
p
;
...
...
@@ -16,5 +15,3 @@ TEST_CASE(tile_test_3x2)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/topk_attrk_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
topk_attrk_test
)
{
migraphx
::
program
p
;
...
...
@@ -17,5 +16,3 @@ TEST_CASE(topk_attrk_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/topk_neg_axis_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
topk_neg_axis_test
)
{
migraphx
::
program
p
;
...
...
@@ -20,5 +19,3 @@ TEST_CASE(topk_neg_axis_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/topk_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
topk_test
)
{
migraphx
::
program
p
;
...
...
@@ -20,5 +19,3 @@ TEST_CASE(topk_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/transpose_default_perm_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
transpose_default_perm_test
)
{
migraphx
::
program
p
;
...
...
@@ -15,5 +14,3 @@ TEST_CASE(transpose_default_perm_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/transpose_dyn_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
transpose_dyn_test
)
{
migraphx
::
program
p
;
...
...
@@ -18,5 +17,3 @@ TEST_CASE(transpose_dyn_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/transpose_gather_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
transpose_gather_test
)
{
migraphx
::
program
p
;
...
...
@@ -32,5 +31,3 @@ TEST_CASE(transpose_gather_test)
EXPECT
(
p
.
sort
()
==
prog
.
sort
());
}
test/onnx/parse/transpose_invalid_perm_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
transpose_invalid_perm_test
)
{
EXPECT
(
test
::
throws
([
&
]
{
migraphx
::
parse_onnx
(
"transpose_invalid_perm_test.onnx"
);
}));
}
test/onnx/parse/transpose_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
transpose_test
)
{
migraphx
::
program
p
;
...
...
@@ -14,5 +13,3 @@ TEST_CASE(transpose_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/undefined_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
undefined_test
)
{
migraphx
::
program
p
;
...
...
@@ -15,5 +14,3 @@ TEST_CASE(undefined_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/unique_dynamic_sorted_3D_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
unique_dynamic_sorted_3D_test
)
{
migraphx
::
program
p
;
...
...
@@ -21,5 +20,3 @@ TEST_CASE(unique_dynamic_sorted_3D_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/unique_dynamic_sorted_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
unique_dynamic_sorted_test
)
{
migraphx
::
program
p
;
...
...
@@ -21,5 +20,3 @@ TEST_CASE(unique_dynamic_sorted_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/unique_sorted_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
unique_sorted_test
)
{
migraphx
::
program
p
;
...
...
@@ -21,5 +20,3 @@ TEST_CASE(unique_sorted_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/unique_unsorted_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
unique_unsorted_test
)
{
migraphx
::
program
p
;
...
...
@@ -21,5 +20,3 @@ TEST_CASE(unique_unsorted_test)
EXPECT
(
p
==
prog
);
}
test/onnx/parse/unknown_aten_test.cpp
View file @
f9691e2e
#include <onnx_test.hpp>
TEST_CASE
(
unknown_aten_test
)
{
EXPECT
(
test
::
throws
([
&
]
{
migraphx
::
parse_onnx
(
"unknown_aten_test.onnx"
);
}));
}
Prev
1
…
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