Fix the output stream tag of the end loop calculator in the example code.

PiperOrigin-RevId: 504708273
This commit is contained in:
Jiuqiang Tang 2023-01-25 17:50:52 -08:00 committed by Copybara-Service
parent be546d22fc
commit 0566e0e7ca

View File

@ -49,7 +49,7 @@ namespace mediapipe {
// calculator: "EndLoopWithOutputCalculator" // calculator: "EndLoopWithOutputCalculator"
// input_stream: "ITEM:output_of_loop_body" # ItemU @loop_internal_ts // input_stream: "ITEM:output_of_loop_body" # ItemU @loop_internal_ts
// input_stream: "BATCH_END:ext_ts" # Timestamp @loop_internal_ts // input_stream: "BATCH_END:ext_ts" # Timestamp @loop_internal_ts
// output_stream: "OUTPUT:aggregated_result" # IterableU @ext_ts // output_stream: "ITERABLE:aggregated_result" # IterableU @ext_ts
// } // }
// //
// Input streams tagged with "CLONE" are cloned to the corresponding output // Input streams tagged with "CLONE" are cloned to the corresponding output