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
9840f756
Commit
9840f756
authored
Jun 08, 2022
by
Paul
Browse files
Rename class
parent
4ddaf83e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/simplify_reshapes.cpp
src/simplify_reshapes.cpp
+2
-2
No files found.
src/simplify_reshapes.cpp
View file @
9840f756
...
@@ -578,7 +578,7 @@ struct find_transpose_contiguous_reshaper_unary
...
@@ -578,7 +578,7 @@ struct find_transpose_contiguous_reshaper_unary
}
}
};
};
struct
find_transpose
_slice
struct
find_
slice_
transpose
{
{
auto
matcher
()
const
auto
matcher
()
const
{
{
...
@@ -657,7 +657,7 @@ void simplify_reshapes::apply(module& m) const
...
@@ -657,7 +657,7 @@ void simplify_reshapes::apply(module& m) const
find_nested_convert
{},
find_nested_convert
{},
find_nested_slice
{},
find_nested_slice
{},
find_nested_concat
{},
find_nested_concat
{},
find_transpose
_slice
{},
find_
slice_
transpose
{},
find_transpose_contiguous_reshaper_unary
{});
find_transpose_contiguous_reshaper_unary
{});
dead_code_elimination
{}.
apply
(
m
);
dead_code_elimination
{}.
apply
(
m
);
}
}
...
...
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