// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/segmentation_platform/internal/logging.h" #include <sstream> namespace segmentation_platform { std::string PredictionResultToDebugString( proto::PredictionResult prediction_result) { … } } // namespace segmentation_platform