Internal change
PiperOrigin-RevId: 488946809
This commit is contained in:
parent
f7aef677fc
commit
dc9578d226
|
@ -22,6 +22,9 @@ cc_library(
|
|||
name = "base_options",
|
||||
srcs = ["base_options.cc"],
|
||||
hdrs = ["base_options.h"],
|
||||
visibility = [
|
||||
"//mediapipe/tasks:internal",
|
||||
],
|
||||
deps = [
|
||||
":mediapipe_builtin_op_resolver",
|
||||
"//mediapipe/calculators/tensor:inference_calculator_cc_proto",
|
||||
|
|
|
@ -20,6 +20,9 @@ cc_library(
|
|||
name = "image_segmenter",
|
||||
srcs = ["image_segmenter.cc"],
|
||||
hdrs = ["image_segmenter.h"],
|
||||
visibility = [
|
||||
"//mediapipe/tasks:internal",
|
||||
],
|
||||
deps = [
|
||||
":image_segmenter_graph",
|
||||
"//mediapipe/framework/api2:builder",
|
||||
|
|
Loading…
Reference in New Issue
Block a user