Project import generated by Copybara.
GitOrigin-RevId: d8caa66de45839696f5bd0786ad3bfbcb9cff632
This commit is contained in:
@@ -19,14 +19,14 @@
|
||||
|
||||
#include "mediapipe/framework/calculator_base.h"
|
||||
|
||||
#define REGISTER_CALCULATOR(name) \
|
||||
REGISTER_FACTORY_FUNCTION_QUALIFIED(::mediapipe::CalculatorBaseRegistry, \
|
||||
calculator_registration, name, \
|
||||
absl::make_unique<name>); \
|
||||
REGISTER_FACTORY_FUNCTION_QUALIFIED( \
|
||||
::mediapipe::internal::StaticAccessToCalculatorBaseRegistry, \
|
||||
access_registration, name, \
|
||||
absl::make_unique< \
|
||||
::mediapipe::internal::StaticAccessToCalculatorBaseTyped<name>>)
|
||||
#define REGISTER_CALCULATOR(name) \
|
||||
REGISTER_FACTORY_FUNCTION_QUALIFIED(mediapipe::CalculatorBaseRegistry, \
|
||||
calculator_registration, name, \
|
||||
absl::make_unique<name>); \
|
||||
REGISTER_FACTORY_FUNCTION_QUALIFIED( \
|
||||
mediapipe::internal::StaticAccessToCalculatorBaseRegistry, \
|
||||
access_registration, name, \
|
||||
absl::make_unique< \
|
||||
mediapipe::internal::StaticAccessToCalculatorBaseTyped<name>>)
|
||||
|
||||
#endif // MEDIAPIPE_FRAMEWORK_CALCULATOR_REGISTRY_H_
|
||||
|
||||
Reference in New Issue
Block a user