Project import generated by Copybara.
GitOrigin-RevId: 777962478d88650e311af635e3ac3fa58e5a530b
This commit is contained in:
committed by
Sebastian Schmidt
parent
06c30f1931
commit
b65602fd31
@@ -298,6 +298,7 @@ cc_library(
|
||||
hdrs = ["inference_calculator_utils.h"],
|
||||
deps = [
|
||||
":inference_calculator_cc_proto",
|
||||
"//mediapipe/framework:port",
|
||||
] + select({
|
||||
"//conditions:default": [
|
||||
"//mediapipe/util:cpu_util",
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#include "mediapipe/calculators/tensor/inference_calculator_utils.h"
|
||||
|
||||
#include "mediapipe/calculators/tensor/inference_calculator.pb.h"
|
||||
#include "mediapipe/framework/port.h" // NOLINT: provides MEDIAPIPE_ANDROID/IOS
|
||||
|
||||
#if !defined(__EMSCRIPTEN__) || defined(__EMSCRIPTEN_PTHREADS__)
|
||||
#include "mediapipe/util/cpu_util.h"
|
||||
|
||||
Reference in New Issue
Block a user