"docs/archive_en_US/TrialExample/SquadEvolutionExamples.md" did not exist on "23530bb6d2432550a9287e13e69d3862df0afb7e"
Commit fd5a68a7 authored by Paul's avatar Paul
Browse files

Fix tidy warning

parent 902161bd
...@@ -40,7 +40,7 @@ namespace { ...@@ -40,7 +40,7 @@ namespace {
struct find_conv_pointwise struct find_conv_pointwise
{ {
// Find a convolution followed by a pointwise operation. // Find a convolution followed by a pointwise operation.
auto matcher() const auto matcher() const // NOLINT
{ {
auto convolution = auto convolution =
match::skip(match::name("contiguous"))(match::name("convolution").bind("convolution")); match::skip(match::name("contiguous"))(match::name("convolution").bind("convolution"));
......
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