Ensure that the REGISTER_DRISHTI_GRAPH argument is fit on one line in the OSS version.

PiperOrigin-RevId: 478729958
This commit is contained in:
Jiuqiang Tang 2022-10-04 02:32:11 -07:00 committed by Copybara-Service
parent 25e424baaf
commit 14eb6fe622

View File

@ -507,8 +507,11 @@ class ClassificationPostprocessingGraph : public mediapipe::Subgraph {
} }
}; };
REGISTER_MEDIAPIPE_GRAPH(::mediapipe::tasks::components::processors:: // REGISTER_MEDIAPIPE_GRAPH argument has to fit on one line to work properly.
ClassificationPostprocessingGraph); // NOLINT // clang-format off
REGISTER_MEDIAPIPE_GRAPH(
::mediapipe::tasks::components::processors::ClassificationPostprocessingGraph); // NOLINT
// clang-format on
} // namespace processors } // namespace processors
} // namespace components } // namespace components