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
746eee8c
"vscode:/vscode.git/clone" did not exist on "585e863eabe1626e901fa8bed9961473b4d8c8c8"
Commit
746eee8c
authored
Dec 07, 2018
by
Khalique
Browse files
fix exp and log definitions
parent
98c3690f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/onnx/onnx_test.cpp
test/onnx/onnx_test.cpp
+2
-2
No files found.
test/onnx/onnx_test.cpp
View file @
746eee8c
...
...
@@ -182,7 +182,7 @@ TEST_CASE(sum_test)
EXPECT
(
p
==
prog
);
}
void
exp_test
(
)
TEST_CASE
(
exp_test
)
{
migraphx
::
program
p
;
auto
input
=
p
.
add_parameter
(
"x"
,
migraphx
::
shape
{
migraphx
::
shape
::
float_type
,
{
10
}});
...
...
@@ -192,7 +192,7 @@ void exp_test()
EXPECT
(
p
==
prog
);
}
void
log_test
(
)
TEST_CASE
(
log_test
)
{
migraphx
::
program
p
;
auto
input
=
p
.
add_parameter
(
"x"
,
migraphx
::
shape
{
migraphx
::
shape
::
float_type
,
{
10
}});
...
...
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