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
39b9534b
"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "84327e699bc7b68404f43d7cb9e68df52200c202"
Commit
39b9534b
authored
Feb 04, 2019
by
Khalique
Browse files
formatting
parent
7084ca56
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test/onnx/onnx_test.cpp
test/onnx/onnx_test.cpp
+3
-3
No files found.
test/onnx/onnx_test.cpp
View file @
39b9534b
...
@@ -616,10 +616,10 @@ TEST_CASE(lrn_test)
...
@@ -616,10 +616,10 @@ TEST_CASE(lrn_test)
auto
l0
=
p
.
add_parameter
(
"0"
,
migraphx
::
shape
{
migraphx
::
shape
::
float_type
,
{
1
,
28
,
24
,
24
}});
auto
l0
=
p
.
add_parameter
(
"0"
,
migraphx
::
shape
{
migraphx
::
shape
::
float_type
,
{
1
,
28
,
24
,
24
}});
migraphx
::
op
::
lrn
op
;
migraphx
::
op
::
lrn
op
;
op
.
size
=
5
;
op
.
size
=
5
;
op
.
alpha
=
0.0001
;
op
.
alpha
=
0.0001
;
op
.
beta
=
0.75
;
op
.
beta
=
0.75
;
op
.
bias
=
1.0
;
op
.
bias
=
1.0
;
p
.
add_instruction
(
op
,
l0
);
p
.
add_instruction
(
op
,
l0
);
migraphx
::
parse_onnx
(
"lrn_test.onnx"
);
migraphx
::
parse_onnx
(
"lrn_test.onnx"
);
}
}
...
...
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