Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
405591c3
Commit
405591c3
authored
Apr 12, 2019
by
Shucai Xiao
Browse files
clang format
parent
5d821f5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/include/migraphx/op/broadcast.hpp
src/include/migraphx/op/broadcast.hpp
+1
-2
No files found.
src/include/migraphx/op/broadcast.hpp
View file @
405591c3
...
...
@@ -32,8 +32,7 @@ struct broadcast
template
<
class
Self
,
class
F
>
static
auto
reflect
(
Self
&
self
,
F
f
)
{
return
pack
(
f
(
self
.
axis
,
"axis"
),
f
(
self
.
broadcast_lens
,
"dims"
));
return
pack
(
f
(
self
.
axis
,
"axis"
),
f
(
self
.
broadcast_lens
,
"dims"
));
}
std
::
string
name
()
const
{
return
"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