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
0d053d71
Commit
0d053d71
authored
Dec 07, 2018
by
Khalique
Browse files
fix merge
parent
ddb799b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
29 deletions
+0
-29
test/onnx/onnx_test.cpp
test/onnx/onnx_test.cpp
+0
-29
No files found.
test/onnx/onnx_test.cpp
View file @
0d053d71
...
...
@@ -322,7 +322,6 @@ TEST_CASE(atan_test)
EXPECT
(
p
==
prog
);
}
<<<<<<<
HEAD
TEST_CASE
(
add_bcast_test
)
{
migraphx
::
program
p
;
...
...
@@ -334,34 +333,6 @@ TEST_CASE(add_bcast_test)
auto
prog
=
migraphx
::
parse_onnx
(
"add_bcast_test.onnx"
);
EXPECT
(
p
==
prog
);
=======
int
main
()
{
pytorch_conv_bias_test
();
pytorch_conv_relu_maxpool
();
pytorch_conv_bn_relu_maxpool
();
pytorch_conv_relu_maxpool_x2
();
leaky_relu_test
();
imagescaler_test
();
globalavgpool_test
();
globalmaxpool_test
();
transpose_test
();
dropout_test
();
sum_test
();
max_test
();
min_test
();
exp_test
();
log_test
();
sin_test
();
cos_test
();
tan_test
();
sinh_test
();
cosh_test
();
tanh_test
();
asin_test
();
acos_test
();
atan_test
();
>>>>>>>
436
b459e73e8a18e3f08ac6863c25279ca811fd9
}
TEST_CASE
(
implicit_bcast_test
)
...
...
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