Add MatrixData as a packet option for ConstantSidePacketCalculatorOptions.

PiperOrigin-RevId: 542616847
This commit is contained in:
Jiuqiang Tang
2023-06-22 11:28:07 -07:00
committed by Copybara-Service
parent ba7e0e0e50
commit 98d493f37a
3 changed files with 9 additions and 0 deletions
+2
View File
@@ -117,6 +117,7 @@ mediapipe_proto_library(
"//mediapipe/framework:calculator_proto",
"//mediapipe/framework/formats:classification_proto",
"//mediapipe/framework/formats:landmark_proto",
"//mediapipe/framework/formats:matrix_data_proto",
"//mediapipe/framework/formats:time_series_header_proto",
],
)
@@ -1168,6 +1169,7 @@ cc_library(
"//mediapipe/framework:collection_item_id",
"//mediapipe/framework/formats:classification_cc_proto",
"//mediapipe/framework/formats:landmark_cc_proto",
"//mediapipe/framework/formats:matrix_data_cc_proto",
"//mediapipe/framework/formats:time_series_header_cc_proto",
"//mediapipe/framework/port:integral_types",
"//mediapipe/framework/port:ret_check",