#include "components/segmentation_platform/embedder/input_delegate/shopping_service_input_delegate.h"
namespace segmentation_platform {
ProcessedValue;
Tensor;
ShoppingServiceInputDelegate::ShoppingServiceInputDelegate(
base::RepeatingCallback<ShoppingService*()> shopping_service_callback)
: … { … }
ShoppingServiceInputDelegate::~ShoppingServiceInputDelegate() = default;
void ShoppingServiceInputDelegate::Process(
const proto::CustomInput& input,
FeatureProcessorState& feature_processor_state,
ProcessedCallback callback) { … }
}