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
0b643932
Commit
0b643932
authored
Oct 09, 2018
by
wsttiger
Browse files
oops
parent
80db037c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
test/fwd_conv_batchnorm_rewrite_test.cpp
test/fwd_conv_batchnorm_rewrite_test.cpp
+2
-1
No files found.
test/fwd_conv_batchnorm_rewrite_test.cpp
View file @
0b643932
...
@@ -46,7 +46,8 @@ void fwd_conv_batchnorm_rewrite_test()
...
@@ -46,7 +46,8 @@ void fwd_conv_batchnorm_rewrite_test()
auto
variance
=
p
.
add_literal
(
migraph
::
literal
{
vars
,
{
37.11
f
}});
auto
variance
=
p
.
add_literal
(
migraph
::
literal
{
vars
,
{
37.11
f
}});
p
.
add_instruction
(
p
.
add_instruction
(
migraph
::
op
::
batch_norm_inference
{},
conv
,
scale
,
bias
,
mean
,
variance
);
migraph
::
op
::
batch_norm_inference
{},
conv
,
scale
,
bias
,
mean
,
variance
);
}
return
p
;
};
migraph
::
program
p1
=
create_program
();
migraph
::
program
p1
=
create_program
();
migraph
::
program
p2
=
create_program
();
migraph
::
program
p2
=
create_program
();
...
...
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