#include "chrome/browser/navigation_predictor/preloading_model_executor.h"
#include "third_party/tflite_support/src/tensorflow_lite_support/cc/task/core/task_utils.h"
PreloadingModelExecutor::PreloadingModelExecutor() = default;
PreloadingModelExecutor::~PreloadingModelExecutor() = default;
bool PreloadingModelExecutor::Preprocess(
const std::vector<TfLiteTensor*>& input_tensors,
const std::vector<float>& input) { … }
std::optional<float> PreloadingModelExecutor::Postprocess(
const std::vector<const TfLiteTensor*>& output_tensors) { … }