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
eb6ac6a5
Commit
eb6ac6a5
authored
Aug 08, 2023
by
Brian Pickrell
Browse files
formatting
parent
36bb977b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
11 deletions
+5
-11
test/op_shape_test.cpp
test/op_shape_test.cpp
+5
-11
No files found.
test/op_shape_test.cpp
View file @
eb6ac6a5
...
@@ -2220,10 +2220,7 @@ TEST_CASE(rand_uniform)
...
@@ -2220,10 +2220,7 @@ TEST_CASE(rand_uniform)
{
{
std
::
vector
<
migraphx
::
shape
::
dynamic_dimension
>
dd
{{
5
,
8
},
{
3
,
7
}};
std
::
vector
<
migraphx
::
shape
::
dynamic_dimension
>
dd
{{
5
,
8
},
{
3
,
7
}};
migraphx
::
shape
s1
{
migraphx
::
shape
::
float_type
,
dd
};
migraphx
::
shape
s1
{
migraphx
::
shape
::
float_type
,
dd
};
expect_shape
(
expect_shape
(
s1
,
migraphx
::
make_op
(
"rand_uniform"
,
{{
"seed"
,
1
}}),
s1
);
s1
,
migraphx
::
make_op
(
"rand_uniform"
,
{{
"seed"
,
1
}}),
s1
);
}
}
TEST_CASE
(
rand_uniform_2args
)
TEST_CASE
(
rand_uniform_2args
)
...
@@ -2232,10 +2229,7 @@ TEST_CASE(rand_uniform_2args)
...
@@ -2232,10 +2229,7 @@ TEST_CASE(rand_uniform_2args)
migraphx
::
shape
s1
{
migraphx
::
shape
::
float_type
,
dd
};
migraphx
::
shape
s1
{
migraphx
::
shape
::
float_type
,
dd
};
migraphx
::
shape
s2
{
migraphx
::
shape
::
uint32_type
,
dd
};
migraphx
::
shape
s2
{
migraphx
::
shape
::
uint32_type
,
dd
};
expect_shape
(
expect_shape
(
s1
,
migraphx
::
make_op
(
"rand_uniform"
,
{{
"seed"
,
1
}}),
s1
,
s2
);
s1
,
migraphx
::
make_op
(
"rand_uniform"
,
{{
"seed"
,
1
}}),
s1
,
s2
);
}
}
TEST_CASE
(
quant_convolution_shape
)
TEST_CASE
(
quant_convolution_shape
)
...
...
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