Add timestamp aggregation to EmbeddingPostprocessingGraph.

PiperOrigin-RevId: 487463848
This commit is contained in:
MediaPipe Team
2022-11-10 01:20:45 -08:00
committed by Copybara-Service
parent f11c757629
commit 0ac604d507
8 changed files with 576 additions and 21 deletions
@@ -32,7 +32,4 @@ message EmbeddingPostprocessingGraphOptions {
// Whether output tensors are quantized (kTfLiteUint8) or not (kFloat32).
optional bool has_quantized_outputs = 2;
// TODO: add options to control whether timestamp aggregation
// should be used or not.
}