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
b44b49bd
"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "afea2beaa41574792587869cbfc982ea820156b4"
Commit
b44b49bd
authored
Jun 19, 2023
by
Artur Wojcik
Browse files
matcher
parent
dd768142
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
src/include/migraphx/matcher.hpp
src/include/migraphx/matcher.hpp
+6
-0
No files found.
src/include/migraphx/matcher.hpp
View file @
b44b49bd
...
@@ -308,6 +308,12 @@ struct matcher_result
...
@@ -308,6 +308,12 @@ struct matcher_result
{
{
}
}
instruction_container
&
operator
=
(
const
std
::
unordered_map
<
std
::
string
,
instruction_ref
>&
x
)
{
ins_map
=
x
;
return
*
this
;
}
instruction_ref
operator
[](
const
std
::
string
&
name
)
const
instruction_ref
operator
[](
const
std
::
string
&
name
)
const
{
{
auto
it
=
ins_map
.
find
(
name
);
auto
it
=
ins_map
.
find
(
name
);
...
...
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