// Copyright 2018 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef MEDIA_LEARNING_COMMON_LABELLED_EXAMPLE_H_ #define MEDIA_LEARNING_COMMON_LABELLED_EXAMPLE_H_ #include <initializer_list> #include <ostream> #include <vector> #include "base/check_op.h" #include "base/component_export.h" #include "media/learning/common/value.h" namespace media { learning // namespace learning } // namespace media #endif // MEDIA_LEARNING_COMMON_LABELLED_EXAMPLE_H_