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
463026f9
Commit
463026f9
authored
Feb 25, 2019
by
Shucai Xiao
Browse files
clang format
parent
30e83a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/include/migraphx/operators.hpp
src/include/migraphx/operators.hpp
+3
-1
No files found.
src/include/migraphx/operators.hpp
View file @
463026f9
...
@@ -775,7 +775,9 @@ struct gather
...
@@ -775,7 +775,9 @@ struct gather
}
}
template
<
typename
V
>
template
<
typename
V
>
std
::
vector
<
std
::
size_t
>
compute_data_index
(
const
V
&
indices
,
const
int
axis_index
,
const
std
::
vector
<
std
::
size_t
>&
out_idx
)
const
std
::
vector
<
std
::
size_t
>
compute_data_index
(
const
V
&
indices
,
const
int
axis_index
,
const
std
::
vector
<
std
::
size_t
>&
out_idx
)
const
{
{
auto
data_idx
=
out_idx
;
auto
data_idx
=
out_idx
;
std
::
size_t
index
{};
std
::
size_t
index
{};
...
...
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