删除多余代码
This commit is contained in:
parent
8f7e36b344
commit
98efaed723
|
@ -67,7 +67,6 @@ public:
|
||||||
for (const auto& suffix : impls) {
|
for (const auto& suffix : impls) {
|
||||||
const auto impl = absl::StrCat("InferenceCalculator", suffix);
|
const auto impl = absl::StrCat("InferenceCalculator", suffix);
|
||||||
if (!mediapipe::CalculatorBaseRegistry::IsRegistered(impl)) {
|
if (!mediapipe::CalculatorBaseRegistry::IsRegistered(impl)) {
|
||||||
LOG(INFO) << impl;
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
CalculatorGraphConfig::Node impl_node = subgraph_node;
|
CalculatorGraphConfig::Node impl_node = subgraph_node;
|
||||||
|
|
|
@ -169,5 +169,4 @@ message InferenceCalculatorOptions {
|
||||||
// NOTE: use_gpu/use_nnapi are ignored if specified. (Delegate takes
|
// NOTE: use_gpu/use_nnapi are ignored if specified. (Delegate takes
|
||||||
// precedence over use_* deprecated options.)
|
// precedence over use_* deprecated options.)
|
||||||
optional Delegate delegate = 5;
|
optional Delegate delegate = 5;
|
||||||
optional string landmark_path = 6;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user