Project import generated by Copybara.
GitOrigin-RevId: d073f8e21be2fcc0e503cb97c6695078b6b75310
This commit is contained in:
@@ -269,12 +269,6 @@ cc_library(
|
||||
"calculator_graph.h",
|
||||
"scheduler.h",
|
||||
],
|
||||
defines = select({
|
||||
"//conditions:default": [],
|
||||
"//mediapipe/gpu:disable_gpu": [
|
||||
"MEDIAPIPE_DISABLE_GPU",
|
||||
],
|
||||
}),
|
||||
visibility = [
|
||||
":mediapipe_internal",
|
||||
],
|
||||
@@ -460,6 +454,7 @@ cc_library(
|
||||
":type_map",
|
||||
"//mediapipe/framework/port:logging",
|
||||
"//mediapipe/framework/tool:tag_map",
|
||||
"//mediapipe/framework/tool:tag_map_helper",
|
||||
"//mediapipe/framework/tool:validate_name",
|
||||
"@com_google_absl//absl/base:core_headers",
|
||||
"@com_google_absl//absl/memory",
|
||||
@@ -917,7 +912,7 @@ cc_library(
|
||||
"//conditions:default": [],
|
||||
}) + select({
|
||||
"//conditions:default": [],
|
||||
"//mediapipe/gpu:disable_gpu": ["MEDIAPIPE_DISABLE_GPU"],
|
||||
"//mediapipe/gpu:disable_gpu": ["MEDIAPIPE_DISABLE_GPU=1"],
|
||||
}) + select({
|
||||
"//conditions:default": [],
|
||||
"//mediapipe/framework:disable_rtti_and_exceptions": [
|
||||
@@ -928,6 +923,7 @@ cc_library(
|
||||
"//mediapipe/calculators:__subpackages__",
|
||||
"//mediapipe/framework:__subpackages__",
|
||||
"//mediapipe/framework/port:__pkg__",
|
||||
"//mediapipe/gpu:__pkg__",
|
||||
"//mediapipe/util:__subpackages__",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user