blob: 28be2a6d1a7da823545db2920224d03cce8271a8 [file] [log] [blame]
// 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.
#ifndef COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_LOGGING_H_
#define COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_LOGGING_H_
#include <string>
#include "components/segmentation_platform/public/proto/prediction_result.pb.h"
namespace segmentation_platform {
std::string PredictionResultToDebugString(proto::PredictionResult result);
}
#endif // COMPONENTS_SEGMENTATION_PLATFORM_INTERNAL_LOGGING_H_