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
abf898da
"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "c17d2d0b1e1e480e3d7435609d6b53fd70e3f60d"
Commit
abf898da
authored
Nov 25, 2018
by
Shucai Xiao
Browse files
clang format.
parent
61ad0f68
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
test/onnx/onnx_test.cpp
test/onnx/onnx_test.cpp
+0
-3
No files found.
test/onnx/onnx_test.cpp
View file @
abf898da
...
@@ -179,7 +179,6 @@ void sin_test()
...
@@ -179,7 +179,6 @@ void sin_test()
EXPECT
(
p
==
prog
);
EXPECT
(
p
==
prog
);
}
}
void
cos_test
()
void
cos_test
()
{
{
migraphx
::
program
p
;
migraphx
::
program
p
;
...
@@ -190,7 +189,6 @@ void cos_test()
...
@@ -190,7 +189,6 @@ void cos_test()
EXPECT
(
p
==
prog
);
EXPECT
(
p
==
prog
);
}
}
void
tan_test
()
void
tan_test
()
{
{
migraphx
::
program
p
;
migraphx
::
program
p
;
...
@@ -201,7 +199,6 @@ void tan_test()
...
@@ -201,7 +199,6 @@ void tan_test()
EXPECT
(
p
==
prog
);
EXPECT
(
p
==
prog
);
}
}
void
sinh_test
()
void
sinh_test
()
{
{
migraphx
::
program
p
;
migraphx
::
program
p
;
...
...
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