Add functions for checking the existence of options in subgraphs and calculators.
PiperOrigin-RevId: 513689742
This commit is contained in:
committed by
Copybara-Service
parent
91d53cd181
commit
3837c92fd5
@@ -181,6 +181,20 @@ cc_library(
|
||||
],
|
||||
)
|
||||
|
||||
cc_test(
|
||||
name = "options_map_test",
|
||||
srcs = ["options_map_test.cc"],
|
||||
deps = [
|
||||
":options_map",
|
||||
"//mediapipe/framework:calculator_framework",
|
||||
"//mediapipe/framework/port:gtest_main",
|
||||
"//mediapipe/framework/port:parse_text_proto",
|
||||
"//mediapipe/framework/port:status",
|
||||
"//mediapipe/framework/testdata:night_light_calculator_cc_proto",
|
||||
"//mediapipe/framework/testdata:night_light_calculator_options_lib",
|
||||
],
|
||||
)
|
||||
|
||||
mediapipe_proto_library(
|
||||
name = "field_data_proto",
|
||||
srcs = ["field_data.proto"],
|
||||
|
||||
Reference in New Issue
Block a user