// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_PASSAGE_EMBEDDINGS_PASSAGE_EMBEDDER_EXECUTION_TASK_H_ #define SERVICES_PASSAGE_EMBEDDINGS_PASSAGE_EMBEDDER_EXECUTION_TASK_H_ #include "third_party/tflite_support/src/tensorflow_lite_support/cc/task/core/base_task_api.h" namespace passage_embeddings { OutputType; InputType; class PassageEmbedderExecutionTask : public tflite::task::core::BaseTaskApi<OutputType, InputType> { … }; } // namespace passage_embeddings #endif // SERVICES_PASSAGE_EMBEDDINGS_PASSAGE_EMBEDDER_EXECUTION_TASK_H_