Commit 9840f756 authored by Paul's avatar Paul
Browse files

Rename class

parent 4ddaf83e
......@@ -578,7 +578,7 @@ struct find_transpose_contiguous_reshaper_unary
}
};
struct find_transpose_slice
struct find_slice_transpose
{
auto matcher() const
{
......@@ -657,7 +657,7 @@ void simplify_reshapes::apply(module& m) const
find_nested_convert{},
find_nested_slice{},
find_nested_concat{},
find_transpose_slice{},
find_slice_transpose{},
find_transpose_contiguous_reshaper_unary{});
dead_code_elimination{}.apply(m);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment