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
96d3f919
Commit
96d3f919
authored
Oct 25, 2023
by
Khalique Ahmed
Browse files
formatting
parent
7e1bb658
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/simplify_reshapes.cpp
src/simplify_reshapes.cpp
+4
-1
No files found.
src/simplify_reshapes.cpp
View file @
96d3f919
...
...
@@ -194,7 +194,10 @@ struct find_nested_convert
struct
find_nested_slice
{
auto
matcher
()
const
{
return
match
::
name
(
"slice"
)(
match
::
arg
(
0
)(
match
::
used_once
(),
match
::
name
(
"slice"
)));
}
auto
matcher
()
const
{
return
match
::
name
(
"slice"
)(
match
::
arg
(
0
)(
match
::
used_once
(),
match
::
name
(
"slice"
)));
}
using
axes_map
=
std
::
map
<
std
::
size_t
,
std
::
pair
<
std
::
size_t
,
std
::
size_t
>>
;
...
...
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