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
9ca52537
Commit
9ca52537
authored
Jul 03, 2019
by
Paul
Browse files
Formatting
parent
ecc10f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/include/migraphx/matcher.hpp
src/include/migraphx/matcher.hpp
+1
-3
No files found.
src/include/migraphx/matcher.hpp
View file @
9ca52537
...
@@ -400,9 +400,7 @@ inline auto name(std::unordered_set<std::string> names)
...
@@ -400,9 +400,7 @@ inline auto name(std::unordered_set<std::string> names)
inline
auto
nargs
(
std
::
size_t
n
)
inline
auto
nargs
(
std
::
size_t
n
)
{
{
return
make_basic_pred_matcher
([
=
](
instruction_ref
ins
)
{
return
make_basic_pred_matcher
([
=
](
instruction_ref
ins
)
{
return
ins
->
inputs
().
size
()
==
n
;
});
return
ins
->
inputs
().
size
()
==
n
;
});
}
}
inline
auto
arg
(
std
::
size_t
i
)
inline
auto
arg
(
std
::
size_t
i
)
...
...
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