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
d233807e
Commit
d233807e
authored
Aug 09, 2018
by
Paul
Browse files
Formatting
parent
88cbdc7a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
test/auto_contiguous_test.cpp
test/auto_contiguous_test.cpp
+4
-1
No files found.
test/auto_contiguous_test.cpp
View file @
d233807e
...
@@ -25,7 +25,10 @@ migraph::literal get_2x2_transposed()
...
@@ -25,7 +25,10 @@ migraph::literal get_2x2_transposed()
migraph
::
literal
get_2
()
{
return
migraph
::
literal
{{
migraph
::
shape
::
float_type
,
{
2
}},
{
1
,
2
}};
}
migraph
::
literal
get_2
()
{
return
migraph
::
literal
{{
migraph
::
shape
::
float_type
,
{
2
}},
{
1
,
2
}};
}
migraph
::
literal
get_2_broadcasted
()
{
return
migraph
::
literal
{{
migraph
::
shape
::
float_type
,
{
2
},
{
1
,
0
}},
{
1
,
2
}};
}
migraph
::
literal
get_2_broadcasted
()
{
return
migraph
::
literal
{{
migraph
::
shape
::
float_type
,
{
2
},
{
1
,
0
}},
{
1
,
2
}};
}
void
literal_broadcast
()
void
literal_broadcast
()
{
{
...
...
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