删除多余代码

This commit is contained in:
liuyulvv 2022-08-12 10:01:03 +08:00
parent 8f7e36b344
commit 98efaed723
2 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@ public:
for (const auto& suffix : impls) {
const auto impl = absl::StrCat("InferenceCalculator", suffix);
if (!mediapipe::CalculatorBaseRegistry::IsRegistered(impl)) {
LOG(INFO) << impl;
continue;
}
CalculatorGraphConfig::Node impl_node = subgraph_node;

View File

@ -169,5 +169,4 @@ message InferenceCalculatorOptions {
// NOTE: use_gpu/use_nnapi are ignored if specified. (Delegate takes
// precedence over use_* deprecated options.)
optional Delegate delegate = 5;
optional string landmark_path = 6;
}