chromium/components/segmentation_platform/internal/logging.h

// 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_