Unverified Commit 99bcbf02 authored by mvermeulen's avatar mvermeulen Committed by GitHub
Browse files

Merge branch 'develop' into cse-fix

parents c0640134 92c62bd0
add2:u pow2:q
 
0 0
1out"Add subtraction2Z 1out"Powpow_testZ
0 0
 
 
......
leaky_relu-example:R leaky_relu-example:R
" "
01" LeakyRelu* 01" LeakyRelu*
alpha alpha
...@@ -11,4 +11,4 @@ test-modelZ ...@@ -11,4 +11,4 @@ test-modelZ
1 1
 
B B
\ No newline at end of file
 cosh-example:;
xy"Cosh test_coshZ
x

b
y

B
\ No newline at end of file
This diff is collapsed.
pow2:u

0
1out"Powpow_testZ
0




Z
1




b
out




B
...@@ -69,7 +69,7 @@ def test_input(): ...@@ -69,7 +69,7 @@ def test_input():
def test_output(): def test_output():
p = migraphx.parse_onnx("conv_relu_maxpool.onnx") p = migraphx.parse_onnx("conv_relu_maxpool_test.onnx")
p.compile(migraphx.get_target("gpu")) p.compile(migraphx.get_target("gpu"))
r1 = run(p) r1 = run(p)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment