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
fd71ff13
Commit
fd71ff13
authored
Feb 23, 2019
by
Khalique
Browse files
formatting
parent
c0936f8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/tf/tf.cpp
src/tf/tf.cpp
+1
-1
No files found.
src/tf/tf.cpp
View file @
fd71ff13
...
@@ -57,7 +57,7 @@ struct tf_parser
...
@@ -57,7 +57,7 @@ struct tf_parser
std
::
vector
<
T
>
new_data
(
prev_data
.
size
());
std
::
vector
<
T
>
new_data
(
prev_data
.
size
());
for
(
size_t
i
=
0
;
i
<
new_data
.
size
();
i
++
)
for
(
size_t
i
=
0
;
i
<
new_data
.
size
();
i
++
)
{
{
auto
new_idx
=
parse_axis
(
i
);
auto
new_idx
=
parse_axis
(
i
);
new_data
.
at
(
new_idx
)
=
prev_data
.
at
(
i
);
new_data
.
at
(
new_idx
)
=
prev_data
.
at
(
i
);
}
}
prev_data
=
new_data
;
prev_data
=
new_data
;
...
...
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