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
da77ce0b
Commit
da77ce0b
authored
Apr 12, 2019
by
Shucai Xiao
Browse files
clang format
parent
1dc97206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
test/op_shape_test.cpp
test/op_shape_test.cpp
+2
-4
No files found.
test/op_shape_test.cpp
View file @
da77ce0b
...
...
@@ -241,8 +241,7 @@ TEST_CASE(broadcast)
{
std
::
vector
<
std
::
size_t
>
lens
{
1
,
1
};
migraphx
::
shape
input
{
migraphx
::
shape
::
float_type
,
{
4
,
1
,
3
}};
throws_shape
(
migraphx
::
op
::
broadcast
{
1
,
lens
},
input
);
throws_shape
(
migraphx
::
op
::
broadcast
{
1
,
lens
},
input
);
}
{
...
...
@@ -256,8 +255,7 @@ TEST_CASE(broadcast)
{
std
::
vector
<
std
::
size_t
>
lens
{
3
,
2
,
4
,
3
};
migraphx
::
shape
input
{
migraphx
::
shape
::
float_type
,
{
4
,
4
}};
throws_shape
(
migraphx
::
op
::
broadcast
{
2
,
lens
},
input
);
throws_shape
(
migraphx
::
op
::
broadcast
{
2
,
lens
},
input
);
}
}
...
...
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